We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dutree
1 parent e318812 commit 63d467dCopy full SHA for 63d467d
ci/github-actions/benchmark/matrix.ts
@@ -94,7 +94,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
94
pduCliArgs: ['--quantity=len'],
95
competitors: [
96
['dust', '--apparent-size'],
97
- ['dutree'],
98
['dua', '--apparent-size'],
99
['ncdu', '-o', '/dev/stdout', '-0'],
100
['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
108
['dust'],
109
- ['dutree', '--usage'],
110
['dua'],
111
112
['gdu', '--non-interactive', '--no-progress'],
@@ -118,7 +116,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
118
116
pduCliArgs: ['--top-down'],
119
117
120
['dust', '--apparent-size', '--reverse'],
121
122
],
123
},
124
{
0 commit comments