Skip to content

Commit

Permalink
feat(core): Add absolute zero baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 20, 2023
1 parent 91ef12e commit 5cbbe6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions baselines/absolute-zero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://github.com/kitten-science/kitten-scientists/raw/main/schemas/draft-01/baseline/engine-state.schema.json",
"v": "2.0.0-beta.8",
"engine": {
"enabled": false,
"interval": 9007199254740991
}
}
2 changes: 1 addition & 1 deletion schemas/draft-01/baseline/engine-state.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"interval": {
"description": "The duration between iterations of the engine.",
"maximum": 60000,
"maximum": 9007199254740991,
"minimum": 1,
"type": "number"
},
Expand Down

0 comments on commit 5cbbe6e

Please sign in to comment.