Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
758bd261
Commit
758bd261
authored
May 06, 2020
by
Mathieu Giraud
Browse files
benchmark-releases.py: bikeshed
parent
7a8b04ad
Pipeline
#142490
passed with stages
in 194 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/benchmark-releases.py
View file @
758bd261
...
...
@@ -210,12 +210,12 @@ def show_benchs(f):
f
.
write
(
'%9s '
%
''
)
for
tag
in
BENCHS
:
f
.
write
(
'%8s'
%
tag
)
f
.
write
(
'
\n
Time
s
\n
\n
'
)
f
.
write
(
'
\n
Time
(s)
\n
'
)
for
release
in
installed
():
bench_line
(
f
,
release
,
stats
,
0
)
f
.
write
(
'
\n
Memory
\n
'
)
f
.
write
(
'
\n
Memory
(MB)
\n
'
)
for
release
in
installed
():
bench_line
(
f
,
release
,
stats
,
1
)
...
...
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