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 7a3925e
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 @@ -18,6 +18,7 @@ fn main() {
let iai_after = get_name_to_cycles(&iai_after);
let opcodes_before = get_name_to_opcodes(&opcodes_before);
let opcodes_after = get_name_to_opcodes(&opcodes_after);
dbg!(&iai_before, &iai_after, &opcodes_before, &opcodes_after);

let perf_changes = iai_before
.keys()
Expand Down

0 comments on commit 7a3925e

Please sign in to comment.