-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
@franz1981 when we do the warmup & the test
spring-quarkus-perf-comparison/scripts/perf-lab/main.yml
Lines 365 to 371 in d8a009d
| - sh: sleep ${{PAUSE_TIME}} | |
| - sh: ${{RUN.WRK_BIN}} -t 16 -c 100 -d 120 ${{TARGET_URL}} 2>&1 >${{REPO_DIR}}/logs/wrk-warmup-${{RUNTIME.name}}-${{ITERATION}}.log | |
| - regex: unable to connect | |
| then: | |
| - abort: unable to connect to target application | |
| - signal: LOAD_STEADY_STATE_START | |
| - sh: ${{RUN.WRK_BIN}} -t 16 -c 100 -d 30 ${{TARGET_URL}} 2>&1 >${{REPO_DIR}}/logs/wrk-${{RUNTIME.name}}-${{ITERATION}}.log |
Would it be better to create a hyperfoil yaml file that has both stages and run jbang run@hyperfoil instead?
Metadata
Metadata
Assignees
Labels
No labels