Skip to content

Commit 18c10f7

Browse files
committed
induced failure
1 parent 6335fc0 commit 18c10f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/mfc/bench.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ def bench(targets = None):
5656

5757
with open(log_filepath, "w") as log_file:
5858
system(
59-
["./mfc.sh", "run", case.path, "--case-optimization"] +
59+
["./mfc.sh", "run", case.path] +
6060
["--targets"] + [t.name for t in targets] +
6161
["--output-summary", summary_filepath] +
6262
case.args +
63-
["--", "--gbpp", ARG('mem')],
63+
["--", "--gbpp", 0.5],
6464
stdout=log_file,
6565
stderr=subprocess.STDOUT)
6666

0 commit comments

Comments
 (0)