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
85080a20
Commit
85080a20
authored
May 05, 2020
by
Mikaël Salson
Browse files
benchmark-releases.py: Make data germline demo only once
parent
9d7cdd44
Pipeline
#142132
passed with stages
in 269 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/benchmark-releases.py
View file @
85080a20
...
...
@@ -164,9 +164,6 @@ def installed():
def
run_all
(
tag
,
args
,
retries
):
go
(
"make -C ../.. germline"
)
go
(
"make -C ../.. data"
)
go
(
"make -C ../.. demo"
)
print
(
'==== %s ==== %s'
%
(
tag
,
args
))
os
.
system
(
'mkdir -p %s'
%
RUN
)
for
release
in
installed
():
...
...
@@ -217,6 +214,9 @@ def show_benchs(f):
def
bench_all
(
retries
):
try
:
go
(
"make -C ../.. germline"
)
go
(
"make -C ../.. data"
)
go
(
"make -C ../.. demo"
)
for
tag
,
bench
in
BENCHS
.
items
():
run_all
(
tag
,
bench
,
retries
)
except
KeyboardInterrupt
:
...
...
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