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
beat
beat.cmdline
Commits
cc1d581f
Commit
cc1d581f
authored
Aug 24, 2017
by
Jaden
Browse files
log local env dont print it
parent
dc11d97c
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/experiments.py
View file @
cc1d581f
...
...
@@ -248,7 +248,7 @@ def run_experiment(configuration, name, force, use_docker, use_local):
simplify_time
(
stats
[
'data'
][
'network'
][
'wait_time'
]),
100.
*
stats
[
'data'
][
'network'
][
'wait_time'
]
/
stats
[
'cpu'
][
'total'
])
else
:
print
(
" Environment: %s"
%
'local environment'
)
logger
.
extra
(
" Environment: %s"
%
'local environment'
)
if
executor
.
analysis
:
data
=
load_result
(
executor
)
...
...
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