Skip to content

Commit

Permalink
Reclassified some models as small
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Aug 7, 2023
1 parent 69ace24 commit 8140686
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2886,15 +2886,15 @@
"models": [
{
"path": "specifications/ewd426/TokenRing.cfg",
"runtime": "unknown",
"size": "unknown",
"runtime": "00:00:05",
"size": "small",
"mode": "exhaustive search",
"config": [],
"features": [
"alias",
"liveness"
],
"result": "unknown"
"result": "success"
}
]
}
Expand Down Expand Up @@ -3202,8 +3202,8 @@
"models": [
{
"path": "specifications/ewd998/EWD998ChanID.cfg",
"runtime": "unknown",
"size": "large",
"runtime": "00:00:05",
"size": "small",
"mode": "exhaustive search",
"config": [
"ignore deadlock"
Expand All @@ -3213,7 +3213,7 @@
"state constraint",
"view"
],
"result": "unknown"
"result": "success"
}
]
},
Expand Down Expand Up @@ -3315,8 +3315,8 @@
"models": [
{
"path": "specifications/ewd998/SmokeEWD998.cfg",
"runtime": "unknown",
"size": "large",
"runtime": "00:00:05",
"size": "small",
"mode": {
"simulate": {
"traceCount": 100
Expand All @@ -3327,7 +3327,7 @@
"liveness",
"state constraint"
],
"result": "unknown"
"result": "success"
}
]
},
Expand Down Expand Up @@ -3656,4 +3656,4 @@
]
}
]
}
}

0 comments on commit 8140686

Please sign in to comment.