bluealloy
revm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
precompile(secp256r1): align RIP-7212 with EIP-7951 specification
#3012
Closed
Comparing
doocho:feat/eip-7951-secp256r1
(
881955b
) with
main
(
0e05a30
)
CodSpeed Performance Gauge
-1%
Untouched
173
Ignored
6
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Ignored
179 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
EXTCODECOPY_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
+3%
45.8 µs
44.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
CALL_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
+1%
94.3 µs
93.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
DELEGATECALL_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
+1%
89.2 µs
88.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
STATICCALL_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
+1%
92.3 µs
91.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
transact_1000tx_commit_inner_every_40
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
+1%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bn254 add precompile
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
21.1 µs
21 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
ecpairing precompile
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
4.7 ms
4.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
analysis
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
42.9 µs
42.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bn254 mul precompile
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
335.3 µs
335.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g2_msm (size 256)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
162.4 ms
162.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
snailtracer
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
176.1 ms
176.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
snailtracer-inspect
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
386 ms
386 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
pairing (16 pairs)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
36.5 ms
36.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
kzg precompile
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
7.5 ms
7.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
CLZ_50
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
22 µs
22 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
blake2/compress_12_rounds
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
3.3 µs
3.3 µs
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.
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.
burntpix
bins/revme/benches/evm.rs::benches::evm
CodSpeed Performance Gauge
0%
469.5 ms
469.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
pairing (8 pairs)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
19.4 ms
19.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g2_msm (size 128)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
88.2 ms
88.2 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.
pairing (1 pairs)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
4.4 ms
4.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g1_msm (size 128)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
47 ms
47 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
g1_msm (size 256)
crates/precompile/bench/main.rs::benches::benchmark_crypto_precompiles::Crypto Precompile benchmarks
CodSpeed Performance Gauge
0%
89.2 ms
89.2 ms
1
2
...
8
Commits
Click on a commit to change the comparison range
Base
main
0e05a30
-0.68%
test(precompile/secp256r1): add EIP-7951 validation tests (infinity point, r/s bounds, qx/qy bounds, Osaka gas)
881955b
5 months ago
by doocho
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs