mirror of
https://github.com/google/benchmark.git
synced 2025-01-27 20:30:15 +08:00
Fix obvious typo in string formatting
This commit is contained in:
parent
2373382284
commit
a8aa40c596
@ -129,7 +129,7 @@ def run_benchmark(exe_name, benchmark_flags):
|
||||
thandle, output_name = tempfile.mkstemp()
|
||||
os.close(thandle)
|
||||
benchmark_flags = list(benchmark_flags) + \
|
||||
['--benchmark_out=' % output_name]
|
||||
['--benchmark_out=%s' % output_name]
|
||||
|
||||
cmd = [exe_name] + benchmark_flags
|
||||
print("RUNNING: %s" % ' '.join(cmd))
|
||||
|
Loading…
Reference in New Issue
Block a user