BobTheBuidler
faster-eth-abi
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
perf: use librt BytesWriter for bytestring encoding to reduce allocations
#461
Comparing
encode-bytestring-librt
(
b97b795
) with
master
(
196e5e5
)
CodSpeed Performance Gauge
-8%
Regression
3
Untouched
5692
Skipped
9591
Different runtime environments detected
Some benchmarks with significant performance changes were compared across different runtime environments, which may affect the accuracy of the results.
Learn more about regression causes
.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
Untouched
Skipped
15286 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes[]-[b'abc', b'def',]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
-8%
2.1 ms
2.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes-b'\\x00\\x00\\x00\\x0]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
-8%
740.7 µs
803.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes[10]-[b'\\x00\\x00\\x00\\]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
-7%
5.1 ms
5.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_contextframesbytesio_seek_in_frame[1]
benchmarks/test_io_benchmarks.py
CodSpeed Performance Gauge
+4%
256.8 µs
246.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes[]-[]1]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+4%
729.7 µs
700 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_contextframesbytesio_seek_in_frame[10]
benchmarks/test_io_benchmarks.py
CodSpeed Performance Gauge
+3%
1.5 ms
1.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[uint8[2][2][]-[]]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+3%
723.9 µs
703.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[((uint8,uint8),uint8)-((1, 2), 3)]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
2.4 ms
2.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[uint192-32767]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
656.8 µs
642.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes31-b'\\x01\\x01\\x01\\x]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
545.9 µs
534.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes24-b'\\x01\\x01\\x01\\x]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
545.9 µs
535 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes18-b'\\x01\\x01\\x01\\x]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
544.8 µs
534.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode_packed[bytes]
benchmarks/test_packed_benchmarks.py
CodSpeed Performance Gauge
+2%
431.5 µs
423.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_decode[uint240-1208925819614629]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
1.1 ms
1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode_packed[string]
benchmarks/test_packed_benchmarks.py
CodSpeed Performance Gauge
+2%
441.9 µs
433.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_bytes32_encoder[abcabcabcabcabcabcabcabcabcabcde]
benchmarks/test_encoding_benchmarks.py
CodSpeed Performance Gauge
+2%
538 µs
528.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes11-b'\\x01\\x01\\x01\\x]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
545.2 µs
535.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[uint192-3961408125713216]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
655.7 µs
643.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[uint208-2147483647]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
662.3 µs
650.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[bytes30-b'\\x01\\x01\\x01\\x]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
544.8 µs
534.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[uint176-140737488355327]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
664.6 µs
652.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_decode[fixed32x2[]-[]1]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
1.7 ms
1.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_encode[int128-0]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
705.9 µs
693.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_decode[uint248-7183572847808854]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
1 ms
1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_decode[uint240-1]
benchmarks/test_abi_benchmarks.py
CodSpeed Performance Gauge
+2%
1 ms
1 ms
1
2
3
4
5
...
612
Commits
Click on a commit to change the comparison range
Base
master
196e5e5
-7.61%
Merge branch 'master' into encode-bytestring-librt
a80121b
4 days ago
by BobTheBuidler
+0.03%
Update requirements.txt
b97b795
4 days ago
by BobTheBuidler
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs