Skip to content

docs: Fix default value for HttpServer backlog (#3987) #4213

docs: Fix default value for HttpServer backlog (#3987)

docs: Fix default value for HttpServer backlog (#3987) #4213

Workflow file for this run

name: Benchmark
on:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Rust
run: |
rustup set profile minimal
rustup install nightly
rustup override set nightly
- name: Check benchmark
run: cargo bench --bench=server -- --sample-size=15