bluealloy
revm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
fix: Allow disabling inlining on memory_gas to support unsigned risc-v machines
#3534
Comparing
popzxc:fix/riscv-unsigned-machine
(
3e00875
) with
main
(
7e335d3
)
CodSpeed Performance Gauge
0%
Untouched
177
Ignored
6
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Ignored
183 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/4_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
+2%
3.6 µs
3.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/12_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
+1%
4.7 µs
4.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/64_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
9.6 µs
9.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g1_add
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
28.5 µs
28.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g2_add
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
43.6 µs
43.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/512_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
51.9 µs
51.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
map_fp_to_g1
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
243.9 µs
243.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g2_msm (size 2)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
2.7 ms
2.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
map_fp2_to_g2
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
861.1 µs
861 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g2_msm (size 1)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
1.3 ms
1.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EXTCODECOPY_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
51.7 µs
51.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/100K_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
9.4 ms
9.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
pairing (2 pairs)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
6.5 ms
6.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/200K_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
18.9 ms
18.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
transact_commit_1000txs
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
2.9 ms
2.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
ADD_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
23.4 µs
23.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
ADDRESS_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
18.3 µs
18.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
BYTE_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
23.7 µs
23.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
CALLDATACOPY_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
57.6 µs
57.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
CALLVALUE_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
18.1 µs
18.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
DUP8_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
23.4 µs
23.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EQ_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
23.6 µs
23.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
AND_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
23.4 µs
23.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
DUP4_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
23.3 µs
23.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
CALLDATALOAD_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
57.9 µs
57.9 µs
1
2
3
4
5
...
8
Commits
Click on a commit to change the comparison range
Base
main
7e335d3
+0.01%
fix: Allow disabling inlining on memory_gas to support unsigned risc-v machines
3e00875
16 hours ago
by popzxc
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs