-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-IAtomicLong.yaml
58 lines (58 loc) · 1.32 KB
/
test-IAtomicLong.yaml
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
- name: AtomicLongTest
repetitions: 1
duration: 60s
loadgenerator_count: 5
node_count: 0
loadgenerator_hosts: loadgenerators
node_hosts: nodes
driver: hazelcast-enterprise5
version: maven=5.5.2
license_key: <expiring license>
client_args: >
-Xms8g
-Xmx8g
member_args: >
-Xms24g
-Xmx24g
performance_monitor_interval_seconds: 1
verify_enabled: False
warmup_seconds: 0
cooldown_seconds: 0
test:
- class: com.hazelcast.simulator.tests.concurrent.atomiclong.AtomicLongTest
countersLength: 10000
cpGroupCount: 10
getProb: 0.6
incrementAndGetProb: 0.1
alterProb: 0.1
setProb: 0.1
casProb: 0.1
threadCount: 40
- name: cas5kb
repetitions: 1
duration: 120s
clients: 1
members: 3
loadgenerator_hosts: loadgenerators
node_hosts: nodes
driver: hazelcast-enterprise5
license_key: <keys>
version: maven=5.5.1
client_args: >
-Xms8g
-Xmx8g
member_args: >
-Xms24g
-Xmx24g
performance_monitor_interval_seconds: 1
verify_enabled: True
warmup_seconds: 0
cooldown_seconds: 0
test:
- class: com.hazelcast.simulator.tests.cp.IAtomicReferenceTest
valueSize: 1024 #is 2 kb (2048 / 2 ). x bytes / 2 bytes per character
threadCount: 40
setProb: 0.1
getProb: 0.5
casProb: 0.3
alterProb: 0.1