aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/garage-s3lat
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/garage-s3lat')
-rwxr-xr-xbenchmarks/garage-s3lat12
1 files changed, 0 insertions, 12 deletions
diff --git a/benchmarks/garage-s3lat b/benchmarks/garage-s3lat
deleted file mode 100755
index 361ed26..0000000
--- a/benchmarks/garage-s3lat
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python3
-from fragments import garage, s3lat, shared
-
-if shared.id() == 1:
- garage.deploy_coord()
- s3lat.on_garage()
- garage.delete_key()
- garage.destroy()
-else:
- garage.deploy_follow()
- garage.sync_on_key_down()
- garage.destroy()