Skip to content

Commit 40092dd

Browse files
committed
ci: benchmark: Remove aggregate from dua commands
ref Byron/dua-cli#91
1 parent 507186d commit 40092dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/github-actions/benchmark/matrix.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
9292
competitors: [
9393
['dust', '--apparent-size'],
9494
['dutree'],
95-
['dua', 'aggregate', '--apparent-size'],
95+
['dua', '--apparent-size'],
9696
['du', '--apparent-size'],
9797
],
9898
},
@@ -119,7 +119,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
119119
pduCliArgs: ['--max-depth=1'],
120120
competitors: [
121121
['dutree', '--summary'],
122-
['dua', 'aggregate', '--apparent-size'],
122+
['dua', '--apparent-size'],
123123
['du', '--apparent-size', '--total'],
124124
],
125125
},
@@ -142,7 +142,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
142142
id: 'no-sort+summary',
143143
pduCliArgs: ['--no-sort', '--max-depth=1'],
144144
competitors: [
145-
['dua', 'aggregate', '--apparent-size'],
145+
['dua', '--apparent-size'],
146146
['du', '--apparent-size', '--total'],
147147
],
148148
},

0 commit comments

Comments
 (0)