Set MAX_CYCLES=2 for benchmarks in main

This commit is contained in:
Fedor Indutny
2025-02-25 16:45:21 -08:00
committed by GitHub
parent 18f81fd0aa
commit 484a713817

View File

@@ -69,6 +69,11 @@ jobs:
- name: Create preload cache
run: xvfb-run --auto-servernum pnpm run build:preload-cache
- name: Set MAX_CYCLES=2 on main
if: ${{ github.ref == 'refs/heads/main' }}
run: |
echo "MAX_CYCLES=2" >> "$GITHUB_ENV"
- name: Run startup benchmarks
run: |
set -o pipefail