Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
c5d55623
Commit
c5d55623
authored
Nov 23, 2021
by
Florian Fischer
Browse files
eval.py: print data directory again after the summary
parent
e0ea50f6
Pipeline
#72568
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
eval.py
View file @
c5d55623
...
...
@@ -337,7 +337,7 @@ if __name__ == '__main__':
if
not
DATA_DIR
.
exists
():
os
.
makedirs
(
DATA_DIR
)
print
(
f
"
Storing results at
{
DATA_DIR
}
"
)
print
(
f
"
data_dir:
{
DATA_DIR
}
"
)
write_desc
(
DATA_DIR
)
emper
.
prepare_client
(
DATA_DIR
)
...
...
@@ -356,3 +356,4 @@ if __name__ == '__main__':
print
()
summarize
(
bench
(
_server_cmds
))
print
(
f
"Written results to
{
DATA_DIR
}
"
)
Write
Preview
Supports
Markdown
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