mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests/run-perfbench.py: Show error when truth check fails.
This commit is contained in:
committed by
Damien George
parent
cfd17f4ebe
commit
f1882636c0
@@ -123,7 +123,6 @@ def run_benchmarks(target, param_n, param_m, n_average, test_list):
|
||||
_, _, result_exp = run_benchmark_on_target(PYTHON_TRUTH, test_script)
|
||||
if result_out != result_exp:
|
||||
error = 'FAIL truth'
|
||||
break
|
||||
|
||||
if error is not None:
|
||||
print(error)
|
||||
|
||||
Reference in New Issue
Block a user