Skip to content

Commit

Permalink
Merge branch 'benchmark-collector' into benchmark-collector.tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Aug 10, 2022
2 parents d412386 + 5d2a194 commit 76fedcf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ci/github-actions/benchmark/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
pduCliArgs: ['--quantity=len'],
competitors: [
['dust', '--apparent-size'],
['dutree'],
['dua', '--apparent-size'],
['ncdu', '-o', '/dev/stdout', '-0'],
['gdu', '--show-apparent-size', '--non-interactive', '--no-progress'],
Expand All @@ -106,7 +105,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
pduCliArgs: ['--quantity=blksize'],
competitors: [
['dust'],
['dutree', '--usage'],
['dua'],
['ncdu', '-o', '/dev/stdout', '-0'],
['gdu', '--non-interactive', '--no-progress'],
Expand All @@ -118,7 +116,6 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
pduCliArgs: ['--top-down'],
competitors: [
['dust', '--apparent-size', '--reverse'],
['dutree'],
],
},
{
Expand All @@ -127,8 +124,7 @@ export const COMPETING_BENCHMARK_MATRIX: readonly CompetingBenchmarkCategory[] =
competitors: [
['dutree', '--summary'],
['dua', '--apparent-size'],
['ncdu', '-o', '/dev/null', '-0'],
['du', '--apparent-size', '--total'],
['du', '--apparent-size', '--summarize'],
],
},
{
Expand Down Expand Up @@ -157,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 76fedcf

Please sign in to comment.