source: simplerunner/src/test/resources/shaoptoursettings.json@ 10

Last change on this file since 10 was 10, checked in by bart, 4 years ago

Update 28 jan 2020

File size: 662 bytes
Line 
1{
2 "AllPermutationsSettings": {
3 "parties": [
4 {
5 "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty",
6 "parameters": {
7 }
8 },
9 {
10 "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty",
11 "parameters": {
12 }
13 }
14 ],
15 "reuseParties": false,
16 "profiles": [
17 "file:src/test/resources/jobs/jobs1partial.json?partial=10",
18 "file:src/test/resources/jobs/jobs2.json?partial=15"
19 ],
20 "partiesPerSession": 2,
21 "sessionsettings": {
22 "SHAOPSettings": {
23 "participants": [
24 ],
25 "deadline": {
26 "deadlinerounds": {
27 "rounds": 10,
28 "durationms": 10000
29 }
30 }
31 }
32 }
33 }
34}
Note: See TracBrowser for help on using the repository browser.