We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c10f7 commit 15d1d75Copy full SHA for 15d1d75
toolchain/mfc/bench.py
@@ -56,11 +56,11 @@ def bench(targets = None):
56
57
with open(log_filepath, "w") as log_file:
58
system(
59
- ["./mfc.sh", "run", case.path] +
+ ["./mfc.sh", "run", case.path, "--case-optimization"] +
60
["--targets"] + [t.name for t in targets] +
61
["--output-summary", summary_filepath] +
62
case.args +
63
- ["--", "--gbpp", 0.5],
+ ["--", "--gbpp", ARG('mem')],
64
stdout=log_file,
65
stderr=subprocess.STDOUT)
66
@@ -148,4 +148,4 @@ def diff():
148
149
cons.raw.print(table)
150
if err:
151
- raise MFCException("Benchmarking failed")
+ raise MFCException("Benchmarking failed")
0 commit comments