Skip to content

Commit

Permalink
run more iterations to get the gc to kick in
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Nov 10, 2023
1 parent 7388092 commit 80fb0f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions r7rs-benchmarks/simplex.scm
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@

(let loop ([i 0])
; (when (< i 1000000)
; (when (< i 1000000)
(when (< i 1)
(when (< i 10000)
(begin
; (displayln i)
(assert! (equal? (list (vector 4 1 3 2) (vector 0 5 7 6)) (test 740.0)))
Expand Down

0 comments on commit 80fb0f5

Please sign in to comment.