From aed154c417d75de3fda7c83aff6285d66ff7c3bd Mon Sep 17 00:00:00 2001 From: rakita Date: Tue, 2 Apr 2024 23:37:45 +0200 Subject: [PATCH] check without microbench --- bins/revm-test/src/bin/snailtracer.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bins/revm-test/src/bin/snailtracer.rs b/bins/revm-test/src/bin/snailtracer.rs index 94f3a6c9db..a3bec7183a 100644 --- a/bins/revm-test/src/bin/snailtracer.rs +++ b/bins/revm-test/src/bin/snailtracer.rs @@ -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() {