aboutsummaryrefslogtreecommitdiff
path: root/prepare.py
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-24 15:13:40 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-24 15:13:40 +0200
commita744f72f15f45818e39848bfa4c03b5af6c2cf9a (patch)
treee57f22094366612e4a398875bed509e6c35879a4 /prepare.py
parentac4f100da17678435012966c067b14ae266ff278 (diff)
downloadmknet-a744f72f15f45818e39848bfa4c03b5af6c2cf9a.tar.gz
mknet-a744f72f15f45818e39848bfa4c03b5af6c2cf9a.zip
Bench PutObject with many parallel small obj
Diffstat (limited to 'prepare.py')
-rwxr-xr-xprepare.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/prepare.py b/prepare.py
index d6e2ab9..e7021ea 100755
--- a/prepare.py
+++ b/prepare.py
@@ -16,6 +16,8 @@ os.chdir(me / "benchmarks" / "s3lat")
shared.exec("go build")
os.chdir(me / "benchmarks" / "s3ttfb")
shared.exec("go build")
+os.chdir(me / "benchmarks" / "s3billion")
+shared.exec("go build")
os.chdir(me)
print("--- install python dependencies ---")