chore(tests/compiler/binomial): further reduce input size for debug build of interpreter...
This commit is contained in:
parent
9f88c949f1
commit
2227873dc6
2 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,6 @@ partial def display : Nat → Heap → IO Unit
|
|||
|
||||
def main : IO Unit :=
|
||||
do
|
||||
let h := mkHeap 50 100;
|
||||
let h := mkHeap 20 20;
|
||||
display 0 h;
|
||||
IO.println h.toList.length
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
5000
|
||||
400
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue