Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
24f99700
Commit
24f99700
authored
Apr 24, 2018
by
Samuel GAIST
Browse files
[scripts][benchmark] Fixed print statement
parent
52b99e4e
Pipeline
#19383
passed with stage
in 11 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/scripts/benchmark.py
View file @
24f99700
...
...
@@ -106,7 +106,7 @@ def main():
t2
=
time
.
time
()
print
'Input (unpack): %.3fs (%.3fms/unit)'
%
(
t2
-
t1
,
(
t2
-
t1
)
*
1000.0
/
data_source
.
nb_data_units
)
print
(
'Input (unpack): %.3fs (%.3fms/unit)'
%
(
t2
-
t1
,
(
t2
-
t1
)
*
1000.0
/
data_source
.
nb_data_units
)
)
data_source
.
reset
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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