mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
tests: Fix run-perfbench parsing "no matching params" case.
Signed-off-by: Angus Gratton <gus@projectgus.com>
This commit is contained in:
@@ -15,7 +15,7 @@ def bm_run(N, M):
|
||||
cur_nm = nm
|
||||
param = p
|
||||
if param is None:
|
||||
print(-1, -1, "no matching params")
|
||||
print(-1, -1, "SKIP: no matching params")
|
||||
return
|
||||
|
||||
# Run and time benchmark
|
||||
|
||||
Reference in New Issue
Block a user