Don't print results to output
This commit is contained in:
parent
169e174d85
commit
486408753b
|
@ -447,7 +447,6 @@ def run_benchmark(self, pool):
|
||||||
"minfault": results[150]
|
"minfault": results[150]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print(parsed_results)
|
|
||||||
|
|
||||||
# Phase 3 - cleanup
|
# Phase 3 - cleanup
|
||||||
self.update_state(state='RUNNING', meta={'current': 3, 'total': 3, 'status': 'Cleaning up and storing results'})
|
self.update_state(state='RUNNING', meta={'current': 3, 'total': 3, 'status': 'Cleaning up and storing results'})
|
||||||
|
|
Loading…
Reference in New Issue