about summary refs log tree commit diff
path: root/library/test/src/bench.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-11/+8
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote-1/+1
2024-05-06print walltime benchmarks with subnanosecond precisionThe 8472-10/+13
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-10/+11
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-2/+9
2021-03-24libtest: Index tests by a unique TestIdAnders Kaseorg-4/+13
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-9/+5
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-6/+2
2020-10-01Fix some clippy issuesJoshua Nelson-1/+1
2020-09-21Rollup merge of #76959 - est31:write, r=oli-obkRalf Jung-10/+10
2020-09-20Replace write_fmt with write!est31-10/+10
2020-09-20Use as_nanos in bench.rs and base.rsest31-5/+1
2020-07-27mv std libs to library/mark-0/+238