CodSpeedHQ
codspeed-rust
BlogDocsChangelog

Branches performance

Pull requests

fix(divan): use busy sleep in time scale examples#149
last run
5 days ago
fix(divan): use busy sleep in time scale examples For these times, using `thread::sleep` makes no sense as, at least on linux, the scheduler's timer resolution is orders of magnitude larger than nanoseconds.
5 days ago
e5436a5
fix/busy-sleep-time-scale-benches
CodSpeed Performance Gauge
-10%
last run
6 days ago
Remove `uuid` dependency `uuid` pulls in a bunch of WASM dependencies, even when Codspeed is pulled in with `default-features = false`. For some projects, that means vetting a lot of extra code. This PR replaces the `uuid` dependency and uses `getrandom` to generate an UUIDv4-style string. (I'm not sure if anything depends on things being named with UUIDs; if not, this PR would be even simpler.)
6 days ago
d491963
larseggert:remove-uuid-dependency
CodSpeed Performance Gauge
-52%
Ci range failure logging#147
last run
8 days ago
chore(divan_compat_examples): switch time_scale benches to busy sleeping Since the os thread scheduler is orders of magnitude ahead, it makes no sense to use thread::sleep for such small benchmarks
8 days ago
ffec6ee
ci-range-failure
CodSpeed Performance Gauge
-18%
chore: test out setup-rust fork
8 days ago
7e314dd
feat/test-rust-setup-fork
CodSpeed Performance Gauge
-24%
© 2025 CodSpeed Technology
Home Terms Privacy Docs