Unverified Commit abc6c991 authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

fix typos (#14)


Co-authored-by: default avatarGuoshuai Zhao <guzhao@microsoft.com>
parent 4c87a3e4
......@@ -190,8 +190,7 @@ def launch_benchmark(cls, benchmark_context):
parameters = predefine_params + ' ' + parameters
benchmark = benchmark_class(benchmark_name, parameters)
ret = benchmark.run()
print('ret = {}'.format(ret))
benchmark.run()
return benchmark
......
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
"""SuperBench loggin module."""
"""SuperBench logging module."""
import socket
import logging
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment