progs/matcher/re3.sc
changeset 769 f9686b22db7e
parent 742 b5b5583a3a08
child 782 a26a20acd1c2
--- a/progs/matcher/re3.sc	Tue Sep 29 21:52:52 2020 +0100
+++ b/progs/matcher/re3.sc	Sat Oct 03 00:51:47 2020 +0100
@@ -102,7 +102,7 @@
 def test1() = {
   println("Test (a?{n}) (a{n})")
 
-  for (i <- 0 to 8000 by 1000) {
+  for (i <- 0 to 9000 by 1000) {
     println(f"$i: ${time_needed(3, matcher(EVIL1(i), "a" * i))}%.5f")
   }
 }