Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
check without microbench
  • Loading branch information
rakita committed Apr 2, 2024
commit aed154c417d75de3fda7c83aff6285d66ff7c3bd
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));

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

fn main() {
Expand Down