Skip to content

🧹 chore: optimize proxy balancer round-robin #8402

🧹 chore: optimize proxy balancer round-robin

🧹 chore: optimize proxy balancer round-robin #8402

Workflow file for this run

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