rust/library/test
Martin Nordholts 12e6bcfcab libtest: Fix padding of benchmarks run as tests
Before this fix we applied padding before manually doing what
`convert_benchmarks_to_tests()` does. Instead use
`convert_benchmarks_to_tests()` if applicable and then apply padding
afterwards so it becomes correct. (Benches should only be padded when
run as benches to make it easy to compare the benchmark numbers.)
2023-12-07 19:24:58 +01:00
..
src libtest: Fix padding of benchmarks run as tests 2023-12-07 19:24:58 +01:00
Cargo.toml Add a sysroot crate to represent the standard library crates 2023-04-25 13:40:36 +02:00