mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-10 06:28:05 -05:00
fix logging line
This commit is contained in:
@@ -139,7 +139,7 @@ def run_benchmark(keras_host, keras_port):
|
||||
|
||||
# Exit
|
||||
score = find_score_in_log()
|
||||
logging.info("The one year passed in %d seconds", score)
|
||||
logging.info("The one year passed in %s seconds", score)
|
||||
terminate_processes(PROCESS_NAME)
|
||||
return test_start_time, test_end_time, score
|
||||
|
||||
|
||||
Reference in New Issue
Block a user