Skip to content

Commit 7a2702c

Browse files
committed
Include benchmark name in validation-test
1 parent 01bdd21 commit 7a2702c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/misc/validation-test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def print_block_info(index: int, mismatch: Mismatch):
284284
print(dedent(f'''\
285285
{index}:
286286
Block Name: {mismatch.dag_id}
287+
Benchmark: {mismatch.benchmark}
287288
Num Instructions: {mismatch.region_size}
288289
Length: {mismatch.lengths[0]} --> {mismatch.lengths[1]}
289290
Difference in cost: {cost_diff}

0 commit comments

Comments
 (0)