]> gitweb.factorcode.org Git - factor.git/commitdiff
benchmark.regexp: longer benchmark.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 19 May 2014 03:47:22 +0000 (20:47 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 19 May 2014 03:47:22 +0000 (20:47 -0700)
extra/benchmark/regexp/regexp.factor

index f5c5e04b23ae57c827b764108a032d9fd445f136..aa0d5bff2c995f2e9e860c1e6d35c939193fa7ad 100644 (file)
@@ -6,7 +6,7 @@ IN: benchmark.regexp
 
 : regexp-benchmark ( -- )
     200
-    10,000 iota [ number>string ] map
+    20,000 iota [ number>string ] map
     200 iota [ 1 + CHAR: a <string> ] map
     '[
         _ R/ \d+/ [ matches? ] curry all? t assert=