uutils
coreutils
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
fix(numfmt): Read lines only up to null byte (as GNU does)
#11146
Merged
Comparing
FidelSch:numfmt_null_byte
(
fb271c2
) with
main
(
ba94c69
)
CodSpeed Performance Gauge
-4%
Regression
1
Untouched
292
Ignored
1
Skipped
42
Different runtime environments detected
Some benchmarks with significant performance changes were compared across different runtime environments, which may affect the accuracy of the results.
Learn more about regression causes
.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
Untouched
Ignored
Skipped
336 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
shuf_input_range[1000000]
src/uu/shuf/benches/shuf_bench.rs
CodSpeed Performance Gauge
-4%
84.2 ms
88 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_large_numbers_si[10000]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-3%
37.4 ms
38.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_from_si[10000]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-3%
33.3 ms
34.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_to_iec[10000]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
34.6 ms
35.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_to_si[10000]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
34.6 ms
35.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_round_modes[("up", 10000)]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
35.3 ms
36.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_round_modes[("towards-zero", 10000)]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
35.5 ms
36.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_round_modes[("down", 10000)]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
35.5 ms
36.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_to_si_precision[10000]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
36.1 ms
37 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
numfmt_padding[(10000, 50)]
src/uu/numfmt/benches/numfmt_bench.rs
CodSpeed Performance Gauge
-2%
49.2 ms
50.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
du_max_depth_balanced_tree[(6, 4, 10)]
src/uu/du/benches/du_bench.rs
CodSpeed Performance Gauge
-1%
25.8 ms
26.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
du_wide_tree[(5000, 500)]
src/uu/du/benches/du_bench.rs
CodSpeed Performance Gauge
+1%
9.3 ms
9.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
cksum_crc32b
src/uu/cksum/benches/cksum_bench.rs
CodSpeed Performance Gauge
+1%
13.3 ms
13.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sort_reverse_locale[500000]
src/uu/sort/benches/sort_bench.rs
CodSpeed Performance Gauge
0%
334 ms
332.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
du_summarize_balanced_tree[(5, 4, 10)]
src/uu/du/benches/du_bench.rs
CodSpeed Performance Gauge
0%
6.7 ms
6.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
cp_preserve_metadata[(5, 4, 10)]
src/uu/cp/benches/cp_bench.rs
CodSpeed Performance Gauge
0%
74.2 ms
74.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sort_long_line[10000]
src/uu/sort/benches/sort_bench.rs
CodSpeed Performance Gauge
0%
513.9 µs
515.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
cksum_multiple_files
src/uu/cksum/benches/cksum_bench.rs
CodSpeed Performance Gauge
0%
25.2 ms
25.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
cksum_default
src/uu/cksum/benches/cksum_bench.rs
CodSpeed Performance Gauge
0%
16.8 ms
16.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
cksum_crc
src/uu/cksum/benches/cksum_bench.rs
CodSpeed Performance Gauge
0%
16.8 ms
16.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
cksum_raw_output
src/uu/cksum/benches/cksum_bench.rs
CodSpeed Performance Gauge
0%
16.8 ms
16.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sort_accented_data[500000]
src/uu/sort/benches/sort_bench.rs
CodSpeed Performance Gauge
0%
332.7 ms
333.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
dd_copy_4k_blocks
src/uu/dd/benches/dd_bench.rs
CodSpeed Performance Gauge
0%
1.3 ms
1.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
du_all_wide_tree[(5000, 500)]
src/uu/du/benches/du_bench.rs
CodSpeed Performance Gauge
0%
16.4 ms
16.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sort_general_numeric[200000]
src/uu/sort/benches/sort_bench.rs
CodSpeed Performance Gauge
0%
709.7 ms
708.9 ms
1
2
3
4
5
...
14
Commits
Click on a commit to change the comparison range
Base
main
ba94c69
-0.55%
fix(numfmt): Read lines only up to null byte (as GNU does)
b40f15b
4 months ago
by FidelSch
+0.48%
fix(numfmt): Replace cloned() with copied()
daa5a8d
4 months ago
by FidelSch
+5.4%
format test_numfmt
f650470
4 months ago
by FidelSch
-9.6%
fix(numfmt): update line termination handling for consistency with GNU behavior
fb271c2
4 months ago
by FidelSch
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs