@@ -93,6 +93,8 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
9393 [ 'dust' , '--apparent-size' ] ,
9494 [ 'dutree' ] ,
9595 [ 'dua' , '--apparent-size' ] ,
96+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
97+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
9698 [ 'du' , '--apparent-size' ] ,
9799 ] ,
98100 } ,
@@ -103,6 +105,8 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
103105 [ 'dust' ] ,
104106 [ 'dutree' , '--usage' ] ,
105107 [ 'dua' ] ,
108+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
109+ [ 'gdu' , '--non-interactive' , '--no-progress' ] ,
106110 [ 'du' ] ,
107111 ] ,
108112 } ,
@@ -120,6 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
120124 competitors : [
121125 [ 'dutree' , '--summary' ] ,
122126 [ 'dua' , '--apparent-size' ] ,
127+ [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
123128 [ 'du' , '--apparent-size' , '--total' ] ,
124129 ] ,
125130 } ,
@@ -128,6 +133,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
128133 pduCliArgs : [ '--min-ratio=0' ] ,
129134 competitors : [
130135 [ 'dutree' ] ,
136+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
131137 [ 'du' , '--apparent-size' ] ,
132138 ] ,
133139 } ,
@@ -136,14 +142,27 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
136142 pduCliArgs : [ '--no-sort' ] ,
137143 competitors : [
138144 [ 'du' , '--apparent-size' ] ,
145+ [ 'dua' , '--apparent-size' ] ,
146+ [ 'ncdu' , '-o' , '/dev/stdout' , '-0' ] ,
147+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
139148 ] ,
140149 } ,
141150 {
142151 id : 'no-sort+summary' ,
143152 pduCliArgs : [ '--no-sort' , '--max-depth=1' ] ,
144153 competitors : [
145154 [ 'dua' , '--apparent-size' ] ,
155+ [ 'ncdu' , '-o' , '/dev/null' , '-0' ] ,
156+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' , '--no-progress' ] ,
146157 [ 'du' , '--apparent-size' , '--total' ] ,
147158 ] ,
148159 } ,
160+ {
161+ id : 'progress' ,
162+ pduCliArgs : [ '--progress' ] ,
163+ competitors : [
164+ [ 'ncdu' , '-o' , '/dev/stdout' , '-1' ] ,
165+ [ 'gdu' , '--show-apparent-size' , '--non-interactive' ] ,
166+ ] ,
167+ } ,
149168]
0 commit comments