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
494950b9
Commit
494950b9
authored
Apr 29, 2020
by
Mikaël Salson
Browse files
benchmark-releases.py: Download germline and data to be tested
parent
01940b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/benchmark-releases.py
View file @
494950b9
...
...
@@ -159,6 +159,9 @@ def installed():
def
run_all
(
tag
,
args
):
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
():
...
...
Mathieu Giraud
@magiraud
mentioned in commit
eb9d401e
·
May 01, 2020
mentioned in commit
eb9d401e
mentioned in commit eb9d401e968cfb7c6675873d2d7c1bb340f694f8
Toggle commit list
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