@@ -94,7 +94,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
9494 pduCliArgs : [ '--quantity=len' ] ,
9595 competitors : [
9696 [ 'dust' , '--apparent-size' ] ,
97- [ 'dutree' ] ,
9897 [ 'dua' , '--apparent-size' ] ,
9998 [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
10099 [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
@@ -106,7 +105,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
106105 pduCliArgs : [ '--quantity=blksize' ] ,
107106 competitors : [
108107 [ 'dust' ] ,
109- [ 'dutree' , '--usage' ] ,
110108 [ 'dua' ] ,
111109 [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
112110 [ 'gdu' , '--non-interactive' , '--no-progress' ] ,
@@ -118,7 +116,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
118116 pduCliArgs : [ '--top-down' ] ,
119117 competitors : [
120118 [ 'dust' , '--apparent-size' , '--reverse' ] ,
121- [ 'dutree' ] ,
122119 ] ,
123120 } ,
124121 {
@@ -127,8 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
127124 competitors : [
128125 [ 'dutree' , '--summary' ] ,
129126 [ 'dua' , '--apparent-size' ] ,
130- [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
131- [ 'du' , '--apparent-size' , '--total' ] ,
127+ [ 'du' , '--apparent-size' , '--summarize' ] ,
132128 ] ,
133129 } ,
134130 {
@@ -157,7 +153,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
157153 [ 'dua' , '--apparent-size' ] ,
158154 [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
159155 [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
160- [ 'du' , '--apparent-size' , '--total ' ] ,
156+ [ 'du' , '--apparent-size' , '--summarize ' ] ,
161157 ] ,
162158 } ,
163159 {
0 commit comments