From a744f72f15f45818e39848bfa4c03b5af6c2cf9a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 24 Sep 2022 15:13:40 +0200 Subject: Bench PutObject with many parallel small obj --- prepare.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prepare.py') 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 ---") -- cgit v1.2.3