summaryrefslogtreecommitdiff
path: root/tests/run-perfbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-perfbench.py')
-rwxr-xr-xtests/run-perfbench.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-perfbench.py b/tests/run-perfbench.py
index e52aa0ccb..75dc0210b 100755
--- a/tests/run-perfbench.py
+++ b/tests/run-perfbench.py
@@ -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)