-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgatherstats.sh
executable file
·62 lines (55 loc) · 2.69 KB
/
gatherstats.sh
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
#!/bin/bash
#==== Arty empty scenario (reference) =======
./run.py -a Arty -A 0 -s Empty -r 1:10
./run.py -a Arty -A 5 -s Empty -r 1:10
./run.py -a Arty -A 10 -s Empty -r 1:10
./run.py -a Arty -A 15 -s Empty -r 1:10
./run.py -a Arty -A 20 -s Empty -r 1:10
./run.py -a Arty -A 30 -s Empty -r 1:10
./run.py -a Arty -A 40 -s Empty -r 1:10
./run.py -a Arty -A 50 -s Empty -r 1:10
./run.py -a Arty -A 60 -s Empty -r 1:10
./run.py -a Arty -A 70 -s Empty -r 1:10
./run.py -a Arty -A 80 -s Empty -r 1:10
# ==== Arty empty MarketSquare scenario =======
# ./run.py -a Arty -A 0 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 5 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 10 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 15 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 20 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 30 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 40 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 50 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 60 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 70 -s MarketSquare -r 1:10
# ./run.py -a Arty -A 80 -s MarketSquare -r 1:10
# ==== Arty empty CrowdedMarketSquare(20) scenario =======
# ./run.py -a Arty -A 0 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 5 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 10 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 15 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 20 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 30 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 40 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 50 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 60 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 70 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ./run.py -a Arty -A 80 -s CrowdedMarketSquare -S 20 -r 1:10 -G
# ==== Roadmap MarketSquare scenario =======
#./run.py -a RoadMap -A 5 -s MarketSquare -r 1:10
#./run.py -a RoadMap -A 10 -s MarketSquare -r 1:10
#./run.py -a RoadMap -A 15 -s MarketSquare -r 1:10
#./run.py -a RoadMap -A 20 -s MarketSquare -r 1:10
# ./run.py -a RoadMap -A 30 -s MarketSquare -r 1:10
# ./run.py -a RoadMap -A 40 -s MarketSquare -r 1:10
# ./run.py -a RoadMap -A 50 -s MarketSquare -r 1:10
# ./run.py -a RoadMap -A 60 -s MarketSquare -r 1:10
# ./run.py -a RoadMap -A 70 -s MarketSquare -r 1:10
# ./run.py -a RoadMap -A 80 -s MarketSquare -r 1:10
# ==== Arty empty MarketSquare scenario =======
#./run.py -a Arty -A 30 -s MarketSquare -r 1:10
#./run.py -a Arty -A 40 -s MarketSquare -r 1:10
#./run.py -a Arty -A 50 -s MarketSquare -r 1:10
#./run.py -a Arty -A 60 -s MarketSquare -r 1:10
#./run.py -a Arty -A 70 -s MarketSquare -r 1:10
#./run.py -a Arty -A 80 -s MarketSquare -r 1:10