@@ -94,7 +94,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
94
94
pduCliArgs : [ '--quantity=len' ] ,
95
95
competitors : [
96
96
[ 'dust' , '--apparent-size' ] ,
97
- [ 'dutree' ] ,
98
97
[ 'dua' , '--apparent-size' ] ,
99
98
[ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
100
99
[ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
@@ -106,7 +105,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
106
105
pduCliArgs : [ '--quantity=blksize' ] ,
107
106
competitors : [
108
107
[ 'dust' ] ,
109
- [ 'dutree' , '--usage' ] ,
110
108
[ 'dua' ] ,
111
109
[ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
112
110
[ 'gdu' , '--non-interactive' , '--no-progress' ] ,
@@ -118,7 +116,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
118
116
pduCliArgs : [ '--top-down' ] ,
119
117
competitors : [
120
118
[ 'dust' , '--apparent-size' , '--reverse' ] ,
121
- [ 'dutree' ] ,
122
119
] ,
123
120
} ,
124
121
{
@@ -127,8 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
127
124
competitors : [
128
125
[ 'dutree' , '--summary' ] ,
129
126
[ 'dua' , '--apparent-size' ] ,
130
- [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
131
- [ 'du' , '--apparent-size' , '--total' ] ,
127
+ [ 'du' , '--apparent-size' , '--summarize' ] ,
132
128
] ,
133
129
} ,
134
130
{
@@ -157,7 +153,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
157
153
[ 'dua' , '--apparent-size' ] ,
158
154
[ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
159
155
[ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
160
- [ 'du' , '--apparent-size' , '--total ' ] ,
156
+ [ 'du' , '--apparent-size' , '--summarize ' ] ,
161
157
] ,
162
158
} ,
163
159
{
0 commit comments