Skip to content
Snippets Groups Projects
Commit 04e5f65e authored by Craig Tiller's avatar Craig Tiller
Browse files

Add debug

parent 048825bd
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,7 @@ def collect1(bm, cfg, ver): ...@@ -125,6 +125,7 @@ def collect1(bm, cfg, ver):
'--benchmark_out_format=json', '--benchmark_out_format=json',
'--benchmark_repetitions=%d' % (args.repetitions) '--benchmark_repetitions=%d' % (args.repetitions)
] ]
print cmd
subprocess.check_call(cmd) subprocess.check_call(cmd)
build() build()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment