aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-15 11:27:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-15 11:27:37 -0800
commitc2c0c6f549df0428f817a19c9366919f88f5b32b (patch)
tree2d01d8b5ee88510c769de38ff19aee3390293b91 /tools/run_tests
parentab951947ce07336769682152880dd9eab2e03c80 (diff)
capitALization
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_microbenchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py
index 05a1233290..4e60cce868 100755
--- a/tools/run_tests/run_microbenchmark.py
+++ b/tools/run_tests/run_microbenchmark.py
@@ -134,7 +134,7 @@ def collect_perf(bm_name, args):
link(line, '%s.svg' % fnize(line))
benchmarks.append(
jobset.JobSpec(['perf', 'record', '-o', '%s-perf.data' % fnize(line),
- '-g', '-f', '997',
+ '-g', '-F', '997',
'bins/mutrace/%s' % bm_name,
'--benchmark_filter=^%s$' % line,
'--benchmark_min_time=10']))