Skip to content
Snippets Groups Projects
Commit f43c2e53 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #9692 from ctiller/bm_stats

Fix path
parents 2be48b61 d12731e4
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ def collect_summary(bm_name, args):
'--benchmark_out=out.json',
'--benchmark_out_format=json']))
if args.bigquery_upload:
with open('/tmp/out.csv', 'w') as f:
with open('out.csv', 'w') as f:
f.write(subprocess.check_output(['tools/profiling/microbenchmarks/bm2bq.py', 'out.json']))
subprocess.check_call(['bq', 'load', 'microbenchmarks.microbenchmarks', 'out.csv'])
......
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