Skip to content

Instantly share code, notes, and snippets.

@Sasini2020
Created January 27, 2023 17:06
Show Gist options
  • Save Sasini2020/33fbca7041063ef5016a193c2a904d91 to your computer and use it in GitHub Desktop.
Save Sasini2020/33fbca7041063ef5016a193c2a904d91 to your computer and use it in GitHub Desktop.
environment:
- JMX=${JMX}
- XMX=256m
- XMS=256m
- host=${host}
- port=${port}
- protocol=${protocol}
- threads=${threads}
- duration=${duration}
- rampup=${rampup}
- nbInjector=${nbInjector}
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./scenario:/scenario
- ./data:/data
- ./log:/opt/jmeter/logs
- ./report:/opt/jmeter/results
- ./log:/temp/
depends_on:
- jmeter-slave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment