@@ -92,7 +92,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
9292 competitors : [
9393 [ 'dust' , '--apparent-size' ] ,
9494 [ 'dutree' ] ,
95- [ 'dua' , 'aggregate' , ' --apparent-size'] ,
95+ [ 'dua' , '--apparent-size' ] ,
9696 [ 'du' , '--apparent-size' ] ,
9797 ] ,
9898 } ,
@@ -119,7 +119,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
119119 pduCliArgs : [ '--max-depth=1' ] ,
120120 competitors : [
121121 [ 'dutree' , '--summary' ] ,
122- [ 'dua' , 'aggregate' , ' --apparent-size'] ,
122+ [ 'dua' , '--apparent-size' ] ,
123123 [ 'du' , '--apparent-size' , '--total' ] ,
124124 ] ,
125125 } ,
@@ -142,7 +142,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
142142 id : 'no-sort+summary' ,
143143 pduCliArgs : [ '--no-sort' , '--max-depth=1' ] ,
144144 competitors : [
145- [ 'dua' , 'aggregate' , ' --apparent-size'] ,
145+ [ 'dua' , '--apparent-size' ] ,
146146 [ 'du' , '--apparent-size' , '--total' ] ,
147147 ] ,
148148 } ,
0 commit comments