forked from ScottOaks/JavaPerformanceTuning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.xml
More file actions
62 lines (62 loc) · 1.76 KB
/
run.xml
File metadata and controls
62 lines (62 loc) · 1.76 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
<myBenchmark>
<runConfig definition="net.sdo.rest.StockRestDriver">
<scale>1</scale>
<runControl unit="time">
<rampUp>30</rampUp>
<steadyState>30</steadyState>
<rampDown>30</rampDown>
</runControl>
<outputDir>/home/sdo/workload/benchmarks/stock_rest/output</outputDir>
<audit>false</audit>
<threadStart>
<delay>100</delay>
<simultaneous>false</simultaneous>
<parallel>false</parallel>
</threadStart>
<runtimeStats enabled="false">
<interval>5</interval>
</runtimeStats>
<driverConfig name="StockRestDriver">
<agents>1</agents>
<runtimeStats target="9988"/>
<properties>
<property>
<name>HOST</name>
<value>localhost</value>
</property>
<property>
<name>PORT</name>
<value>8080</value>
</property>
<property>
<name>CACHE</name>
<value>false</value>
</property>
</properties>
<operationMix>
<name>StockRest1Yr</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest1YrNoData</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest5Calls</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest2Calls</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest10Calls</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest2Yr</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest6Months</name><r>0</r>
</operationMix>
<operationMix>
<name>StockRest5Yr</name><r>1</r>
</operationMix>
</driverConfig>
</runConfig>
</myBenchmark>