🧹 chore: optimize proxy balancer round-robin #8393
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Benchmark | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - "**/*.md" | |
| pull_request: | |
| paths-ignore: | |
| - "**/*.md" | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} | |
| cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
| permissions: | |
| deployments: write | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| benchmark: | |
| uses: gofiber/.github/.github/workflows/benchmark.yml@main | |
| with: | |
| # ~3 months of main pushes; also keeps benchmarks/data.js (~80 MB) below | |
| # GitHub's 100 MB per-file push limit. | |
| max-items-in-chart: 185 | |
| filter-parallel: true | |
| go-force-package-suffix: true |