@@ -93,7 +93,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
9393 id : 'apparent-size' ,
9494 pduCliArgs : [ '--quantity=apparent-size' ] ,
9595 competitors : [
96- [ 'dust' , '--apparent-size' ] ,
96+ [ 'dust' , '--no-progress' , '-- apparent-size'] ,
9797 [ 'dua' , '--count-hard-links' , '--apparent-size' ] ,
9898 [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
9999 [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
@@ -104,7 +104,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
104104 id : 'block-size' ,
105105 pduCliArgs : [ '--quantity=block-size' ] ,
106106 competitors : [
107- [ 'dust' ] ,
107+ [ 'dust' , '--no-progress' ] ,
108108 [ 'dua' , '--count-hard-links' ] ,
109109 [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
110110 [ 'gdu' , '--non-interactive' , '--no-progress' ] ,
@@ -115,7 +115,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
115115 id : 'top-down' ,
116116 pduCliArgs : [ '--top-down' ] ,
117117 competitors : [
118- [ 'dust' , '--reverse' ] ,
118+ [ 'dust' , '--no-progress' , '-- reverse'] ,
119119 ] ,
120120 } ,
121121 {
0 commit comments