Skip to content

Commit

Permalink
check without microbench
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Apr 2, 2024
1 parent 223f6cd commit aed154c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bins/revm-test/src/bin/snailtracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ pub fn simple_example() {
// Microbenchmark
let bench_options = microbench::Options::default().time(Duration::from_secs(2));

Check warning on line 25 in bins/revm-test/src/bin/snailtracer.rs

View workflow job for this annotation

GitHub Actions / valgrind

unused variable: `bench_options`

microbench::bench(
&bench_options,
"Snailtracer Host+Interpreter benchmark",
|| {
//microbench::bench(
// &bench_options,
// "Snailtracer Host+Interpreter benchmark",
// || {
let _ = evm.transact();
},
);
// },
//);
}

fn main() {
Expand Down

0 comments on commit aed154c

Please sign in to comment.