Changed the size of the maze2 benchmark.

This commit is contained in:
Vincent St-Amour 2010-07-07 20:09:57 -04:00
parent 3334d71491
commit 12a427f5ea
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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