Skip to content

Commit 5d2a194

Browse files
committed
ci: benchmark: Use the right summary flag for du
1 parent 63d467d commit 5d2a194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/github-actions/benchmark/matrix.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
124124
competitors: [
125125
['dutree', '--summary'],
126126
['dua', '--apparent-size'],
127-
['du', '--apparent-size', '--total'],
127+
['du', '--apparent-size', '--summarize'],
128128
],
129129
},
130130
{
@@ -153,7 +153,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
153153
['dua', '--apparent-size'],
154154
['ncdu', '-o', '/dev/null', '-0'],
155155
['gdu', '--show-apparent-size', '--non-interactive', '--no-progress'],
156-
['du', '--apparent-size', '--total'],
156+
['du', '--apparent-size', '--summarize'],
157157
],
158158
},
159159
{

0 commit comments

Comments
 (0)