Skip to content
Snippets Groups Projects
Commit 4b77018c authored by Ralf Jung's avatar Ralf Jung
Browse files

fix benchmark export

parent 60ae00eb
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ if args.commits: ...@@ -40,7 +40,7 @@ if args.commits:
results = list(results) results = list(results)
for datapoint in results: for datapoint in results:
times = ''.join(datapoint.times) times = '\n'.join(datapoint.times)
commit = datapoint.commit commit = datapoint.commit
print("Sending {}...".format(commit), end='') print("Sending {}...".format(commit), end='')
date = subprocess.check_output(['git', 'show', commit, '-s', '--pretty=%cI']).strip().decode('UTF-8') date = subprocess.check_output(['git', 'show', commit, '-s', '--pretty=%cI']).strip().decode('UTF-8')
......
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