forked from sblessing/chat-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plot_config.json
88 lines (88 loc) · 911 Bytes
/
plot_config.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"scenarios": {
"scalability": [
"-p",
"0",
"-l",
"0",
"-c",
"1024",
"-m",
"100",
"-t",
"16",
"-d",
"24",
"-i",
"0",
"-b",
"0"
],
"mailbox": [
"-p",
"80",
"-l",
"0",
"-c",
"256",
"-m",
"0",
"-t",
"64",
"-d",
"8",
"-i",
"20",
"-b",
"100"
],
"message": [
"-p",
"0",
"-l",
"100",
"-c",
"2",
"-m",
"0",
"-t",
"32768",
"-d",
"1",
"-i",
"0",
"-b",
"0"
],
"actorgc": [
"-p",
"90",
"-l",
"5",
"-c",
"2048",
"-m",
"0",
"-t",
"131072",
"-d",
"8",
"-i",
"5",
"-b",
"10"
]
},
"colors": {
"newspeak": "#FF0000",
"caf": "#0000FF",
"caf-pre": "#00FF00",
"pony": "#000000"
},
"versions": {
"newspeak": "0.8.0",
"caf": "0.17.5",
"caf-pre": "0.18",
"pony": "0.34.1"
}
}