Skip to content

Commit 63d467d

Browse files
committed
ci: benchmark: Remove some dutree
`dutree` is so hilariously outmatched that it would only be fair to only let it competes in `extreme-details` category
1 parent e318812 commit 63d467d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/github-actions/benchmark/matrix.ts

-3
Original file line numberDiff line numberDiff line change
@@ -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
{

0 commit comments

Comments
 (0)