Changed the size of the maze2 benchmark.
This commit is contained in:
parent
3334d71491
commit
12a427f5ea
|
@ -686,7 +686,7 @@
|
|||
;------------------------------------------------------------------------------
|
||||
|
||||
(let ((input (with-input-from-file "input.txt" read)))
|
||||
(time (let loop ((n 1000) (v 0))
|
||||
(time (let loop ((n 25000) (v 0))
|
||||
(if (zero? n)
|
||||
v
|
||||
(begin
|
||||
|
|
|
@ -763,7 +763,7 @@
|
|||
|
||||
(let ((input (with-input-from-file "input.txt" read)))
|
||||
(time (let: loop : (Listof Char)
|
||||
((n : Integer 1000) (v : (Listof Char) '()))
|
||||
((n : Integer 25000) (v : (Listof Char) '()))
|
||||
(if (zero? n)
|
||||
v
|
||||
(begin
|
||||
|
|
Loading…
Reference in New Issue
Block a user