forked from tlaplus/Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
55 lines (55 loc) · 1.34 KB
/
manifest.json
File metadata and controls
55 lines (55 loc) · 1.34 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
{
"sources": [
"https://github.com/nicholassm/disruptor-rs"
],
"authors": [
"Nicholas Schultz-Møller"
],
"tags": [],
"modules": [
{
"path": "specifications/Disruptor/Disruptor_MPMC.tla",
"features": [],
"models": [
{
"path": "specifications/Disruptor/Disruptor_MPMC.cfg",
"runtime": "00:00:10",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 112929,
"totalStates": 422781,
"stateDepth": 81
},
{
"path": "specifications/Disruptor/Disruptor_MPMC_liveliness.cfg",
"runtime": "00:00:10",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 14365,
"totalStates": 44581,
"stateDepth": 61
}
]
},
{
"path": "specifications/Disruptor/Disruptor_SPMC.tla",
"features": [],
"models": [
{
"path": "specifications/Disruptor/Disruptor_SPMC.cfg",
"runtime": "00:00:10",
"mode": "exhaustive search",
"result": "success",
"distinctStates": 8496,
"totalStates": 28049,
"stateDepth": 82
}
]
},
{
"path": "specifications/Disruptor/RingBuffer.tla",
"features": [],
"models": []
}
]
}