tests: Fix run-perfbench parsing "no matching params" case.

Signed-off-by: Angus Gratton <gus@projectgus.com>
This commit is contained in:
Angus Gratton
2022-06-24 13:27:25 +10:00
parent ad308bc322
commit e024a4c59c
2 changed files with 2 additions and 2 deletions

View File

@@ -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