Skip to content

Commit ae7644c

Browse files
committed
ci(benchmark): add deduplicate-hardlinks
1 parent 125b1d4 commit ae7644c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

ci/github-actions/benchmark/matrix.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,17 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
111111
['du', '--count-links'],
112112
],
113113
},
114+
{
115+
id: 'deduplicate-hardlinks',
116+
pduCliArgs: ['--deduplicate-hardlinks'],
117+
competitors: [
118+
['dust', '--no-progress'],
119+
['dua'],
120+
['ncdu', '-o', '/dev/stdout', '-0'],
121+
['gdu', '--non-interactive', '--no-progress'],
122+
['du'],
123+
],
124+
},
114125
{
115126
id: 'top-down',
116127
pduCliArgs: ['--top-down'],

0 commit comments

Comments
 (0)