Skip to content

Commit

Permalink
DO NOT MERGE: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Apr 8, 2024
1 parent f886398 commit 00ad967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/vm-benchmark/src/compare_iai_results.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ fn main() {
perf_changes.get(**name).unwrap_or(&n_a),
duration_changes.get(**name).unwrap_or(&n_a),
);
dbg!("diff printed");
}

if nonzero_diff {
Expand Down

0 comments on commit 00ad967

Please sign in to comment.