BobTheBuidler
faster-hexbytes
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
chore(deps): update dependency mypy to v2
#99
Comparing
renovate/mypy-2.x
(
3d5f1a0
) with
master
(
ba9419b
)
CodSpeed Performance Gauge
-11%
Regression
2
Untouched
617
No successful run was found on
master
(
98eedaf
) during the generation of this report, so
ba9419b
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
Regression
Untouched
619 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[bytearray(long alternating)]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
-11%
858.8 µs
969.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[bytearray(b'\\x01'*2048)]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
-11%
904.1 µs
1,015.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new['0x1234']
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
+2%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new['0xCAFEBABE']
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
+2%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new['0xabcdef']
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
+1%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[bytearray(b'a'*1024)]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
+1%
939.6 µs
929.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new['0xdeadbeef']
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
+1%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new['0x'+'a'*128]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
2.3 ms
2.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new['0x'+'ff'*32]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
2 ms
2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[memoryview(b'')]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
795.5 µs
793 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\x10\\x20\\x30\\x40\\x50')]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\x80'*8)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(ascii sentence)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\xde\\xad\\xbe\\xef')]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\x00'*32)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(palindrome)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\x01\\x02\\x03')]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[memoryview(b'\\xff'*64)]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
917.2 µs
914.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[memoryview(b'\\x00\\xff\\x00\\xff')]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
917.9 µs
915.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\x7f'*8)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(0-9)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(b'\\x00\\xff\\x00\\xff')]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(single 0xff)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_hexbytes_new[memoryview(palindrome ascii)]
benchmarks/test_main_benchmarks.py
CodSpeed Performance Gauge
0%
1.9 ms
1.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_faster_to_bytes[memoryview(b'\\x01'*100)]
benchmarks/test__utils_benchmarks.py
CodSpeed Performance Gauge
0%
921.4 µs
918.7 µs
1
2
3
4
5
...
25
Commits
Click on a commit to change the comparison range
Base
master
ba9419b
-11.44%
chore(deps): update dependency mypy to v2
3d5f1a0
3 days ago
by renovate[bot]
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs