Skip to content

Instantly share code, notes, and snippets.

View lochetti's full-sized avatar

Renato Lochetti lochetti

View GitHub Profile
@lochetti
lochetti / gist:ca3b06026f7785f3a7e5e52c642af7dc
Created January 16, 2025 10:58
bisect comptime from 2024-10-13 to 2024-11-07
renatolochetti@fedora ~/D/P/b/bipa (bisect) [1]> cargo bisect-rustc --start=2024-10-13 --end=2024-11-07 --timeout 1800
checking the start range to find a passing nightly
installing nightly-2024-10-13
rust-std-nightly-x86_64-unknown-linux-gnu: 28.49 MB / 28.49 MB [============================================================================================================================] 100.00 % 16.23 MB/s testing...
RESULT: nightly-2024-10-13, ===> Successfully compiled
uninstalling nightly-2024-10-13
checking the end range to verify it does not pass
installing nightly-2024-11-07
rust-std-nightly-x86_64-unknown-linux-gnu: 28.71 MB / 28.71 MB [============================================================================================================================] 100.00 % 16.25 MB/s testing...
@lochetti
lochetti / gist:ec6fd5fb9e6738aa34468f58de1c2213
Created January 14, 2025 15:27
rust comptime regression
renatolochetti@fedora ~/D/P/b/bipa (master)> cargo bisect-rustc --start=1.81.0 --end=1.84.0 --timeout 600
translating --start=1.81.0 to 2024-07-20
translating --end=1.84.0 to 2024-11-22
checking the start range to find a passing nightly
installing nightly-2024-07-20
rust-std-nightly-x86_64-unknown-linux-gnu: 27.13 MB / 27.13 MB [=============================================================================================================================] 100.00 % 5.26 MB/s testing...
RESULT: nightly-2024-07-20, ===> Successfully compiled
uninstalling nightly-2024-07-20
checking the end range to verify it does not pass