aboutsummaryrefslogtreecommitdiff
path: root/prepare.py
diff options
context:
space:
mode:
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 ---")