| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-07 | libtest: Fix padding of benchmarks run as tests | Martin Nordholts | -1/+1 | |
| 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-02 | libtest: Add regression tests for padding | Martin Nordholts | -0/+9 | |
| As you can see the padding is wrong when running benches as tests. This will be fixed in the next commit. (Benches should only be padded when run as benches to make it easy to compare the benchmark numbers.) | ||||
