From 12764a020a4171eee738b1e2a8a3d5340f4da7a1 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 16 Sep 2022 16:19:09 +0200 Subject: Fix prepare script --- scenarios/fragments/warp.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'scenarios/fragments/warp.py') diff --git a/scenarios/fragments/warp.py b/scenarios/fragments/warp.py index 721c604..0c5acc8 100644 --- a/scenarios/fragments/warp.py +++ b/scenarios/fragments/warp.py @@ -1,15 +1,10 @@ import os from os.path import exists from pathlib import Path -from fragments import shared, garage +from fragments import shared, garage, flavor 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"] +bench = flavor.warp["warp-fast"] def on_garage(params="mixed"): shared.log(f"launching warp {warp_bin}") -- cgit v1.2.3