about summary refs log tree commit diff
path: root/library/core/benches/lib.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-35/+0
2024-10-08Stabilize `isqrt` featureChai T. Rex-1/+0
2024-08-28Improve `isqrt` tests and add benchmarksChai T. Rex-0/+1
2024-04-07disable benches in MiriRalf Jung-0/+2
2024-03-04Add benches for `net` parsingokaneco-0/+1
2023-11-27benchmarks for Chars::advance_byThe 8472-0/+1
2023-02-17Add a slightly-contrived tuple comparison benchmarkScott McMurray-0/+1
2023-02-11Add array::map benchmarkskadmin-0/+1
2022-11-09Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcmDylan DPC-1/+0
2022-11-07add benchmark for iter::ArrayChunks::fold specializationThe 8472-0/+1
2022-10-26stabilize `int_log`Lukas Markeffsky-1/+0
2022-10-17add a benchmark for slice_iter.copied().array_chunks()The 8472-0/+1
2022-05-05Auto merge of #96626 - thomcc:rand-bump, r=m-ou-sebors-0/+8
2022-05-02add benchmarkThe 8472-0/+1
2022-05-02Avoid use of `rand::thread_rng` in stdlib benchmarksThom Chiovoloni-0/+8
2021-10-12Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip...bors-0/+1
2021-09-11benchmark for str.chars().count()The8472-0/+1
2021-09-06Add benchmark for integer log10.Falk Hüffner-0/+1
2020-07-27mv std libs to library/mark-0/+17