paradigmxyz
revmc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
refactor: use BuiltinResult for builtin return types
#233
Merged
Comparing
dani/builtin-result
(
f5e550e
) with
main
(
8e0adfe
)
CodSpeed Performance Gauge
+1%
Untouched
69
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
69 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
eip4788/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::eip4788
CodSpeed Performance Gauge
+7%
6.2 µs
5.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
counter/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::counter
CodSpeed Performance Gauge
+6%
6.6 µs
6.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
uniswap_v2_pair/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::uniswap_v2_pair
CodSpeed Performance Gauge
+5%
2.8 µs
2.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
usdc_proxy/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::usdc_proxy
CodSpeed Performance Gauge
+4%
6.9 µs
6.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
eip2935/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::eip2935
CodSpeed Performance Gauge
+4%
5.9 µs
5.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
airdrop/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::airdrop
CodSpeed Performance Gauge
+4%
6.6 µs
6.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fibonacci/rt/native
crates/revmc-cli/benches/bench.rs::benches::bench::fibonacci
CodSpeed Performance Gauge
+2%
1.2 µs
1.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fiat_token/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::fiat_token
CodSpeed Performance Gauge
+2%
2.8 µs
2.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bswap64_opt/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::bswap64_opt
CodSpeed Performance Gauge
+2%
9.8 µs
9.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bswap64/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::bswap64
CodSpeed Performance Gauge
+2%
10.2 µs
10 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
erc20_transfer/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::erc20_transfer
CodSpeed Performance Gauge
+2%
10.4 µs
10.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
usdc_proxy/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::usdc_proxy
CodSpeed Performance Gauge
+2%
5 µs
4.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fibonacci/rt/jit/no_gas
crates/revmc-cli/benches/bench.rs::benches::bench::fibonacci
CodSpeed Performance Gauge
+2%
1.9 µs
1.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
uniswap_v2_pair/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::uniswap_v2_pair
CodSpeed Performance Gauge
+1%
2.2 µs
2.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fiat_token/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::fiat_token
CodSpeed Performance Gauge
+1%
2.3 µs
2.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
eip2935/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::eip2935
CodSpeed Performance Gauge
+1%
4.9 µs
4.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
weth/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::weth
CodSpeed Performance Gauge
+1%
21.8 µs
21.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fibonacci/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::fibonacci
CodSpeed Performance Gauge
+1%
2.9 µs
2.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
counter/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::counter
CodSpeed Performance Gauge
+1%
5.1 µs
5.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bswap64_opt/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::bswap64_opt
CodSpeed Performance Gauge
+1%
6 µs
6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
eip4788/rt/jit/default
crates/revmc-cli/benches/bench.rs::benches::bench::eip4788
CodSpeed Performance Gauge
0%
4.9 µs
4.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
counter/compile/translate
crates/revmc-cli/benches/bench.rs::benches::bench::counter
CodSpeed Performance Gauge
0%
986.9 µs
982.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
push0_proxy/compile/translate
crates/revmc-cli/benches/bench.rs::benches::bench::push0_proxy
CodSpeed Performance Gauge
0%
410.6 µs
409.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
factorial/compile/translate
crates/revmc-cli/benches/bench.rs::benches::bench::factorial
CodSpeed Performance Gauge
0%
396.3 µs
395 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fibonacci/rt/interpreter
crates/revmc-cli/benches/bench.rs::benches::bench::fibonacci
CodSpeed Performance Gauge
0%
18.2 µs
18.1 µs
1
2
3
Commits
Click on a commit to change the comparison range
Base
main
8e0adfe
+0.04%
refactor: remove ensure_memory! macro, call function directly
4c100ca
3 days ago
by DaniPopes
+0.55%
com
f5e550e
3 days ago
by DaniPopes
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs