Created
January 27, 2023 17:06
-
-
Save Sasini2020/33fbca7041063ef5016a193c2a904d91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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