BobTheBuidler
faster-hexbytes
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
chore: centralize mypy config and update agent guidance
#80
Merged
Comparing
chore/rule-sync-agents-20260118125710
(
34c90f8
) with
master
(
d5d959a
)
CodSpeed Performance Gauge
0%
Untouched
619
No successful run was found on
master
(
a1592b7
) during the generation of this report, so
d5d959a
was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
619 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[b'a'*1024]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
+3%
164 µs
159.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[b'']
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
+1%
39.9 µs
39.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[ascii sentence]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
+1%
37.1 µs
36.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[palindrome ascii]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
+1%
37.2 µs
37 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[bytearray(single null byte)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
190.8 µs
189.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[alternating 0x00/0xff]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
37.1 µs
37 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[b'\\x01'*100]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
38.1 µs
37.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexstr_to_bytes['0xCAFEBABE']
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
102.5 µs
102 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(0,3)-mixed pattern]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
281.7 µs
280.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes['0xCAFEBABE']
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
106 µs
105.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(2,None)-4-byte pattern]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
281.6 µs
280.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[b'\\x01'*2048]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
37.1 µs
37 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[0-9]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
37.1 µs
37 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexstr_to_bytes['0x'+'facefeed'*8]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
118.1 µs
117.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(2,None)-b'\\x01'*2048]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
437.1 µs
435.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[two patterns]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
38.1 µs
37.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[bytearray(b'a'*1024)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
223.1 µs
222.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[b'abc']
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
47.6 µs
47.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(2,None)-b'\\x00\\xff\\x00\\xff']
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
277.6 µs
276.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexstr_to_bytes['0x'+'1234567890abcdef'*8]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
136.9 µs
136.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[all byte values]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
37.1 µs
37 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[bytearray(b'\\x01'*2048)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
346.1 µs
345.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(1,6)-b'\\x01'*2048]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
281.1 µs
280.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(1,6)-b'a'*1024]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
281.1 µs
280.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_getitem_slice[slice(1,6)-single null byte]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
268.6 µs
267.9 µs
1
2
...
25
Commits
Click on a commit to change the comparison range
Base
master
d5d959a
-0.02%
chore: centralize mypy settings for consistent checks
ec8ca96
28 days ago
by BobTheBuidler
+0.07%
Update setup.py
34c90f8
28 days ago
by BobTheBuidler
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs