changelog, prettier
This commit is contained in:
parent
30801c86fa
commit
c01cc25c51
2 changed files with 13 additions and 13 deletions
1
changelogs/unreleased/1283-schaeff
Normal file
1
changelogs/unreleased/1283-schaeff
Normal file
|
@ -0,0 +1 @@
|
|||
Reduce memory usage and runtime by refactoring the reducer (ssa, propagation, unrolling and inlining)
|
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
"max_constraint_count": 1,
|
||||
"tests": [
|
||||
{
|
||||
"input": {
|
||||
"values": ["0"]
|
||||
},
|
||||
"output": {
|
||||
"Ok": {
|
||||
"value": "4"
|
||||
}
|
||||
"max_constraint_count": 1,
|
||||
"tests": [
|
||||
{
|
||||
"input": {
|
||||
"values": ["0"]
|
||||
},
|
||||
"output": {
|
||||
"Ok": {
|
||||
"value": "4"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue