Skip to content

Commit

Permalink
add reth_tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Dec 11, 2024
1 parent 7f96915 commit db38a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/engine/tree/benches/state_root_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ fn setup_provider(
}

fn bench_state_root(c: &mut Criterion) {
reth_tracing::init_test_tracing();

let mut group = c.benchmark_group("state_root");

let scenarios = vec![
Expand Down

0 comments on commit db38a36

Please sign in to comment.