
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.)
9 lines
257 B
Text
9 lines
257 B
Text
|
|
running 4 tests
|
|
test short_bench_name ... ok
|
|
test short_test_name ... ok
|
|
test this_is_a_really_long_bench_name ... ok
|
|
test this_is_a_really_long_test_name ... ok
|
|
|
|
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in ??s
|
|
|