aboutsummaryrefslogtreecommitdiff
path: root/scenarios/fragments/warp.py
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/fragments/warp.py')
-rw-r--r--scenarios/fragments/warp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scenarios/fragments/warp.py b/scenarios/fragments/warp.py
index bf3f4d6..721c604 100644
--- a/scenarios/fragments/warp.py
+++ b/scenarios/fragments/warp.py
@@ -5,6 +5,12 @@ from fragments import shared, garage
warp_bin = Path(os.path.dirname(__file__)) / "../../benchmarks/warp/warp"
+bench_flavor = {
+ "warp-fast": "mixed --obj.size 5M --objects 200 --duration=1m",
+ "warp-default": "mixed"
+}
+bench = warp_bench_flavor["warp-fast"]
+
def on_garage(params="mixed"):
shared.log(f"launching warp {warp_bin}")
shared.exec(f"{warp_bin} {params} --host={os.environ['IP']}:3900 --access-key={garage.key.access_key_id} --secret-key={garage.key.secret_access_key}")