From a40c12354257418e686892a7612d7e11a1a58235 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 23 Sep 2022 22:50:50 +0200 Subject: Add S3TTFB --- prepare.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'prepare.py') diff --git a/prepare.py b/prepare.py index 60d58c1..d6e2ab9 100755 --- a/prepare.py +++ b/prepare.py @@ -14,6 +14,8 @@ os.chdir(me / "benchmarks" / "s3concurrent") shared.exec("go build") os.chdir(me / "benchmarks" / "s3lat") shared.exec("go build") +os.chdir(me / "benchmarks" / "s3ttfb") +shared.exec("go build") os.chdir(me) print("--- install python dependencies ---") @@ -29,8 +31,9 @@ print("--- download artifacts ---") from scenarios.fragments import flavor flavor.download() -print("""done! now, run: +print(f"""done! now, run: > sudo -i +> cd {os.getcwd()} > source ./.venv/bin/activate > ./mknet scenario ./topo/with-vdsl.yml ./scenarios/garage-s3lat garage-v0.8 """) -- cgit v1.2.3