Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
abc6c991
Unverified
Commit
abc6c991
authored
Mar 04, 2021
by
guoshzhao
Committed by
GitHub
Mar 04, 2021
Browse files
fix typos (#14)
Co-authored-by:
Guoshuai Zhao
<
guzhao@microsoft.com
>
parent
4c87a3e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
superbench/benchmarks/registry.py
superbench/benchmarks/registry.py
+1
-2
superbench/common/utils/logging.py
superbench/common/utils/logging.py
+1
-1
No files found.
superbench/benchmarks/registry.py
View file @
abc6c991
...
@@ -190,8 +190,7 @@ def launch_benchmark(cls, benchmark_context):
...
@@ -190,8 +190,7 @@ def launch_benchmark(cls, benchmark_context):
parameters
=
predefine_params
+
' '
+
parameters
parameters
=
predefine_params
+
' '
+
parameters
benchmark
=
benchmark_class
(
benchmark_name
,
parameters
)
benchmark
=
benchmark_class
(
benchmark_name
,
parameters
)
ret
=
benchmark
.
run
()
benchmark
.
run
()
print
(
'ret = {}'
.
format
(
ret
))
return
benchmark
return
benchmark
...
...
superbench/common/utils/logging.py
View file @
abc6c991
# Copyright (c) Microsoft Corporation.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# Licensed under the MIT License.
"""SuperBench loggin module."""
"""SuperBench loggin
g
module."""
import
socket
import
socket
import
logging
import
logging
...
...
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