Skip to content

Commit 4ca2965

Browse files
authored
Update src/uu/sort/benches/sort_bench.rs
1 parent 6c3ced0 commit 4ca2965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/sort/benches/sort_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ fn sort_numeric(bencher: Bencher, num_lines: usize) {
129129
}
130130

131131
/// Benchmark general numeric sorting (-g) with decimal and exponent notation
132-
#[divan::bench(args = [500_000])]
132+
#[divan::bench(args = [200_000])]
133133
fn sort_general_numeric(bencher: Bencher, num_lines: usize) {
134134
let mut data = Vec::new();
135135

0 commit comments

Comments
 (0)