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 6335fc0 commit 18c10f7Copy full SHA for 18c10f7
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, "--case-optimization"] +
+ ["./mfc.sh", "run", case.path] +
60
["--targets"] + [t.name for t in targets] +
61
["--output-summary", summary_filepath] +
62
case.args +
63
- ["--", "--gbpp", ARG('mem')],
+ ["--", "--gbpp", 0.5],
64
stdout=log_file,
65
stderr=subprocess.STDOUT)
66
0 commit comments