@@ -93,6 +93,8 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
93
93
[ 'dust' , '--apparent-size' ] ,
94
94
[ 'dutree' ] ,
95
95
[ 'dua' , '--apparent-size' ] ,
96
+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
97
+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
96
98
[ 'du' , '--apparent-size' ] ,
97
99
] ,
98
100
} ,
@@ -103,6 +105,8 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
103
105
[ 'dust' ] ,
104
106
[ 'dutree' , '--usage' ] ,
105
107
[ 'dua' ] ,
108
+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
109
+ [ 'gdu' , '--non-interactive' , '--no-progress' ] ,
106
110
[ 'du' ] ,
107
111
] ,
108
112
} ,
@@ -120,6 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
120
124
competitors : [
121
125
[ 'dutree' , '--summary' ] ,
122
126
[ 'dua' , '--apparent-size' ] ,
127
+ [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
123
128
[ 'du' , '--apparent-size' , '--total' ] ,
124
129
] ,
125
130
} ,
@@ -128,6 +133,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
128
133
pduCliArgs : [ '--min-ratio=0' ] ,
129
134
competitors : [
130
135
[ 'dutree' ] ,
136
+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
131
137
[ 'du' , '--apparent-size' ] ,
132
138
] ,
133
139
} ,
@@ -136,14 +142,27 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
136
142
pduCliArgs : [ '--no-sort' ] ,
137
143
competitors : [
138
144
[ 'du' , '--apparent-size' ] ,
145
+ [ 'dua' , '--apparent-size' ] ,
146
+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
147
+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
139
148
] ,
140
149
} ,
141
150
{
142
151
id : 'no-sort+summary' ,
143
152
pduCliArgs : [ '--no-sort' , '--max-depth=1' ] ,
144
153
competitors : [
145
154
[ 'dua' , '--apparent-size' ] ,
155
+ [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
156
+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
146
157
[ 'du' , '--apparent-size' , '--total' ] ,
147
158
] ,
148
159
} ,
160
+ {
161
+ id : 'progress' ,
162
+ pduCliArgs : [ '--progress' ] ,
163
+ competitors : [
164
+ [ 'ncdu' , '-o' , '/dev/stdout' , '-1' ] ,
165
+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' ] ,
166
+ ] ,
167
+ } ,
149
168
]
0 commit comments