Skip to content

Commit

Permalink
ci: benchmark: Use the right summary flag for du
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Aug 10, 2022
1 parent 63d467d commit 5d2a194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/github-actions/benchmark/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
competitors: [
['dutree', '--summary'],
['dua', '--apparent-size'],
['du', '--apparent-size', '--total'],
['du', '--apparent-size', '--summarize'],
],
},
{
Expand Down Expand Up @@ -153,7 +153,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
['dua', '--apparent-size'],
['ncdu', '-o', '/dev/null', '-0'],
['gdu', '--show-apparent-size', '--non-interactive', '--no-progress'],
['du', '--apparent-size', '--total'],
['du', '--apparent-size', '--summarize'],
],
},
{
Expand Down

0 comments on commit 5d2a194

Please sign in to comment.