We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d0240 commit 4f0ad23Copy full SHA for 4f0ad23
1 file changed
.github/workflows/pgo-profile.yaml
@@ -16,11 +16,6 @@ on:
16
- "profiles/**"
17
- ".github/workflows/pgo-profile.yaml"
18
workflow_dispatch:
19
- inputs:
20
- bench_seconds:
21
- description: "Seconds to run wrk per script"
22
- default: "30"
23
- required: false
24
permissions:
25
contents: write
26
pull-requests: write
@@ -33,7 +28,7 @@ jobs:
33
28
GOTOOLCHAIN: local
34
29
GOFLAGS: "-tags=nobadger,nomysql,nopgx"
35
30
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
36
- BENCH_SEC: ${{ github.event.inputs.bench_seconds || '30' }}
31
+ BENCH_SEC: "30"
37
32
steps:
38
- uses: actions/checkout@v6
39
with:
0 commit comments