-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathjmeter_config.properties.dist
49 lines (41 loc) · 2 KB
/
jmeter_config.properties.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#########################################
# Configure with your own values
#########################################
## Jmeter ##################################################
# Jmeter directory (/bin/jmeter will be added by test_runner.sh).
jmeter_path=/opt/apache-jmeter-2.9
## Results #######################
# You can use these vars to specify what difference between runs
# can be considered an increase or a decrease and what can
# be ignored. The number represents a percentage between the first
# run and the other/s one/s.
#
# This var value will mark the accepted difference between the
# different vars of a run when comparing each of the test plan
# steps. Default value as defined in defaults.properties:
#
# groupedthreshold=4
#
# This var value will mark the accepted difference between the
# different vars of a run when comparing the sum of all test
# plan steps. Default value as defined in defaults.properties:
#
# singlestepthreshold=2
#
# You can also specify a JSON associative array with the detailed list of thresholds which will
# have preference over $groupedthreshold and $singlestepthreshold. The JSON string should be defined
# all in one line, wrapped using single quotes, and following this format:
#
# thresholds='{"bystep":{"dbreads":2,"dbwrites":2,"dbquerytime":2,"memoryused":2,"filesincluded":1,"serverload":10,"sessionsize":2,"timeused":5},"total":{"dbreads":2,"dbwrites":2,"dbquerytime":2,"memoryused":2,"filesincluded":1,"serverload":10,"sessionsize":2,"timeused":5}}'
#
# Include logs table writes as db writes, this is enabled by default.
# Set includelogs="" in case you don't want to include them.
#
# includelogs=1
## Web interface #######################
# The web interface allows users to perform both read action (compare results,
# download runs results...) and write actions (delete runs) if you are planning
# to publish your results but you don't want users to delete your runs set any
# non-empty value to this setting. By default, the web interface is read & write.
#
# readonlyweb=''