Skip to content

Commit f414cfd

Browse files
verify_perf_uncore_events: Update pattern for MiB
Add MiB to the scale patterns.
1 parent 2dce436 commit f414cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/verify_perf_uncore_events/perf_uncore_csv_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"pattern": "^[0-9.]+E-[0-9]+$"
4848
},
4949
{
50-
"pattern": "^[0-9.]+E-[0-9]+\\(MB/sec\\)$"
50+
"pattern": "^[0-9.]+E-[0-9]+\\((MB|MiB)/sec\\)$"
5151
},
5252
{
5353
"const": ""

0 commit comments

Comments
 (0)