aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/fragments/s3lat.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/fragments/s3lat.py')
-rw-r--r--benchmarks/fragments/s3lat.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/benchmarks/fragments/s3lat.py b/benchmarks/fragments/s3lat.py
deleted file mode 100644
index c25594e..0000000
--- a/benchmarks/fragments/s3lat.py
+++ /dev/null
@@ -1,18 +0,0 @@
-a = """
-echo "sleep 3 min to wait for minio bootstrap"
-sleep 180
-
-export ENDPOINT=localhost:9000
-export AWS_ACCESS_KEY_ID=minioadmin
-export AWS_SECRET_ACCESS_KEY=minioadmin
-
-mc alias set minio-bench http://$ENDPOINT $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY
-for i in $(seq 1 10); do
- mc mb minio-bench/bench$i
-done
-
-s3lat | tee 50ms.minio.csv
-"""
-
-def on_garage():
- raise Exception("Not yet implemented")