rust/tests/run-make/libtest-padding/bench.stdout
Martin Nordholts 4db40579ba libtest: Add regression tests for padding
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.)
2023-12-02 20:38:41 +01:00

10 lines
351 B
Plaintext

running 4 tests
test short_test_name ... ignored
test this_is_a_really_long_test_name ... ignored
test short_bench_name ... bench: ?? ns/iter (+/- ??)
test this_is_a_really_long_bench_name ... bench: ?? ns/iter (+/- ??)
test result: ok. 0 passed; 0 failed; 2 ignored; 2 measured; 0 filtered out; finished in ??s