diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 561abfd5a9..cf8d6db17c 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -8,18 +8,22 @@ on: pull_request: branches: [main] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + env: EXPERIMENT_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} CONTROL_BRANCH_NAME: 'main' FIDELITY: 100 - THROTTLE: 2 + THROTTLE: 4 FORK_NAME: ${{ github.event.pull_request.head.repo.full_name }} jobs: master-krausest-comparison: name: Glimmer Krausest Benchmark runs-on: ubuntu-latest - timeout-minutes: 35 + timeout-minutes: 70 steps: - uses: actions/checkout@v4 with: diff --git a/benchmark/benchmarks/krausest/lib/components/Application.hbs b/benchmark/benchmarks/krausest/lib/components/Application.hbs index 5f60e94954..ef116217ff 100644 --- a/benchmark/benchmarks/krausest/lib/components/Application.hbs +++ b/benchmark/benchmarks/krausest/lib/components/Application.hbs @@ -13,7 +13,7 @@