Skip to content

Commit 5c20501

Browse files
committed
ci: Remove the flag that causes error
1 parent bc8327a commit 5c20501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github-actions/benchmark/matrix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
9696
['dust', '--apparent-size'],
9797
['dua', '--count-hard-links', '--apparent-size'],
9898
['ncdu', '-o', '/dev/stdout', '-0'],
99-
['gdu', '--count-links', '--show-apparent-size', '--non-interactive', '--no-progress'],
99+
['gdu', '--show-apparent-size', '--non-interactive', '--no-progress'],
100100
['du', '--count-links', '--apparent-size'],
101101
],
102102
},

0 commit comments

Comments
 (0)