58 archived benchmarks were run. If they were deleted in another branch, consider rebasing to remove them from the report. .
Passed
sort_dictionary_order[500000]
src/uu/sort/benches/sort_bench.rs
0%
733.6 ms732.2 ms
sort_ascii_only[500000]
src/uu/sort/benches/sort_bench.rs
0%
263.6 µs263.3 µs
sort_case_sensitive[500000]
src/uu/sort/benches/sort_bench.rs
0%
258.6 µs258.3 µs
sort_unique_locale[500000]
src/uu/sort/benches/sort_bench.rs
0%
811.4 ms810.7 ms
sort_accented_data[500000]
src/uu/sort/benches/sort_bench.rs
0%
260.4 µs260.3 µs
sort_mixed_data[500000]
src/uu/sort/benches/sort_bench.rs
0%
257.6 µs257.6 µs
sort_key_field[500000]
src/uu/sort/benches/sort_bench.rs
0%
250 µs250 µs
sort_numeric[500000]
src/uu/sort/benches/sort_bench.rs
0%
921.1 ms921.1 ms
sort_reverse_locale[500000]
src/uu/sort/benches/sort_bench.rs
0%
820.9 ms820.9 ms
sort_case_insensitive[500000]
src/uu/sort/benches/sort_bench.rs
0%
328.1 ms328 ms
wc_chars_large_line_count[100000]
src/uu/wc/benches/wc_bench.rs
0%
48.9 ms48.9 ms
wc_lines_extreme_line_lengths[(100000, 200)]
src/uu/wc/benches/wc_bench.rs
0%
117.1 ms117.1 ms
wc_default_large_line_count[100000]
src/uu/wc/benches/wc_bench.rs
0%
48.9 ms48.9 ms
wc_words_large_line_count[100000]
src/uu/wc/benches/wc_bench.rs
0%
48.9 ms48.9 ms
wc_lines_large_line_count[500000]
src/uu/wc/benches/wc_bench.rs
0%
243.9 ms243.9 ms
tsort_wide_dag[100000]
src/uu/tsort/benches/tsort_bench.rs
0%
126.1 µs126.2 µs
tsort_linear_chain[1000000]
src/uu/tsort/benches/tsort_bench.rs
0%
126.2 µs126.3 µs
tsort_complex_dag[50000]
src/uu/tsort/benches/tsort_bench.rs
0%
126.3 µs126.3 µs
Commits
Click on a commit to change the comparison range
Base
main
ea5c815
0%
makefile: fix build with overriden UTILS
The make build was failing when the list of UTILS didn't contain stdbuf.
This fixes this issue by adding feat_externa_libstdbuf only when stdbuf is being compiled.
Fixes https://github.com/uutils/coreutils/issues/8701
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>