Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 28, 2024
1 parent 73289a3 commit aa98fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/revm-jit-cli/benches/iai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ fn setup_group(group: &mut BinaryBenchmarkGroup, is_ct: bool) {
}
run.regression(regression);

if small && !is_ci() && false { // Uses an insane amount of memory (???)
// Uses an insane amount of memory (???)
if cfg!(any()) && small && !is_ci() {
let flamegraph = FlamegraphConfig::default();
run.flamegraph(flamegraph);
}
Expand Down

0 comments on commit aa98fb8

Please sign in to comment.