4db40579ba
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.)
10 lines
351 B
Plaintext
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
|
|
|