rust/tests/run-make/libtest-padding
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
..
bench.stdout libtest: Add regression tests for padding 2023-12-02 20:38:41 +01:00
Makefile libtest: Fix padding of benchmarks run as tests 2023-12-07 19:24:58 +01:00
test.stdout libtest: Fix padding of benchmarks run as tests 2023-12-07 19:24:58 +01:00
tests.rs libtest: Add regression tests for padding 2023-12-02 20:38:41 +01:00