Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan
iris-coq
Commits
4b77018c
Commit
4b77018c
authored
Mar 05, 2018
by
Ralf Jung
Browse files
fix benchmark export
parent
60ae00eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
benchmark/export.py
View file @
4b77018c
...
...
@@ -40,7 +40,7 @@ if args.commits:
results
=
list
(
results
)
for
datapoint
in
results
:
times
=
''
.
join
(
datapoint
.
times
)
times
=
'
\n
'
.
join
(
datapoint
.
times
)
commit
=
datapoint
.
commit
print
(
"Sending {}..."
.
format
(
commit
),
end
=
''
)
date
=
subprocess
.
check_output
([
'git'
,
'show'
,
commit
,
'-s'
,
'--pretty=%cI'
]).
strip
().
decode
(
'UTF-8'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment