Skip to content

Create hyperfoil yaml rather than running wrk directly? #42

@edeandrea

Description

@edeandrea

@franz1981 when we do the warmup & the test

- 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions