-
Notifications
You must be signed in to change notification settings - Fork 11
feat: add reusePort benchmark #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
cf4f47c
7935273
0adccea
378a496
5216bc1
c544195
4e34488
340d2f7
98a2d43
e28cae3
50b37dd
a0f0808
adc0c7e
c45e1f3
a0017ec
b8b1ab3
7922383
33bc22f
2383fc0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ master ] | ||
| pull_request: | ||
| branches: [ master ] | ||
|
|
||
| jobs: | ||
| Job: | ||
| name: Node.js | ||
| uses: node-modules/github-actions/.github/workflows/node-test.yml@master | ||
| with: | ||
| os: 'ubuntu-latest' | ||
| version: '18, 20, 22, 24' | ||
| install: npm run install-wrk > wrk.log && npm install && cat /proc/cpuinfo |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| [ ! -f wrk/bin/wrk ] && rm -rf wrk && git clone --depth 1 https://github.com/wg/wrk.git && make -j10 -C wrk && mkdir wrk/bin && mv wrk/wrk wrk/bin || true | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.