Skip to content

Commit df8d2a7

Browse files
committed
jmeter proper path
1 parent 57731e9 commit df8d2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmeter/usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flow:
2222
container: gcb-jmeter
2323
commands:
2424
- type: console
25-
command: jmeter -Jhostname=gcb-backend -Jport=8080 -JnumExecutions=1 -JnumUser=1 -JrampUp=0 -JnumProducts=1 -JthinkTimeMin=1000 -JthinkTimeAdditionalRange=0 -JpauseBeforeExecution=0 -JpauseAfterExecution=0 -JloggingEnabled=true -n -t /tmp/repo/jmeter-test-plan.jmx
25+
command: jmeter -Jhostname=gcb-backend -Jport=8080 -JnumExecutions=1 -JnumUser=1 -JrampUp=0 -JnumProducts=1 -JthinkTimeMin=1000 -JthinkTimeAdditionalRange=0 -JpauseBeforeExecution=0 -JpauseAfterExecution=0 -JloggingEnabled=true -n -t /tmp/repo/jmeter/jmeter-test-plan.jmx
2626
log-stdout: true
2727
read-notes-stdout: true
2828
read-sci-stdout: true

0 commit comments

Comments
 (0)