Skip to content

Commit 5def477

Browse files
committed
Added JMeter property to code snippet
1 parent db59789 commit 5def477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/load-testing/how-to-configure-user-properties.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ You can define user properties for your JMeter test script by uploading a *.prop
4141
threadCount=250
4242
rampUpSeconds=30
4343
durationSeconds=600
44+
45+
# Override default JMeter properties
46+
jmeter.save.saveservice.thread_name=false
4447
```
4548

4649
Azure Load Testing supports using a single properties file per load test. Additional property files are ignored.

0 commit comments

Comments
 (0)