Skip to content

Commit f1576ab

Browse files
authored
du: also disable du_human_balanced_tree as benchmark
failed here: #9184
1 parent 293e9d2 commit f1576ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uu/du/benches/du_bench.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ fn du_all_balanced_tree(
4545
}
4646
*/
4747

48+
/* too much variance
4849
/// Benchmark du -h (human readable) on balanced tree
4950
#[divan::bench(args = [(5, 4, 10)])]
5051
fn du_human_balanced_tree(
@@ -55,6 +56,7 @@ fn du_human_balanced_tree(
5556
fs_tree::create_balanced_tree(temp_dir.path(), depth, dirs_per_level, files_per_dir);
5657
bench_du_with_args(bencher, &temp_dir, &["-h"]);
5758
}
59+
*/
5860

5961
/// Benchmark du on wide directory structures (many files/dirs, shallow)
6062
#[divan::bench(args = [(5000, 500)])]

0 commit comments

Comments
 (0)