summaryrefslogtreecommitdiff
path: root/library/test/src/bench.rs
Commit message (Expand)AuthorAgeFilesLines
* Do not panic when a test function returns Result::Err.Bradford Hovinen2022-09-161-10/+11
* move core::hint::black_box under its own feature gateRalf Jung2021-04-251-2/+9
* libtest: Index tests by a unique TestIdAnders Kaseorg2021-03-241-4/+13
* Merge set_panic and set_print into set_output_capture.Mara Bos2020-11-101-9/+5
* Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos2020-11-101-6/+2
* Fix some clippy issuesJoshua Nelson2020-10-011-1/+1
* Rollup merge of #76959 - est31:write, r=oli-obkRalf Jung2020-09-211-10/+10
|\
| * Replace write_fmt with write!est312020-09-201-10/+10
* | Use as_nanos in bench.rs and base.rsest312020-09-201-5/+1
|/
* mv std libs to library/mark2020-07-271-0/+238