I could imagine this happened accidentally. Normally one does not want
to change loop counts in benchmarks, right?

diff --git a/examples/benchmarks/primes2.pir b/examples/benchmarks/primes2.pir
index 1f6ac6a..bac2c1e 100644
--- a/examples/benchmarks/primes2.pir
+++ b/examples/benchmarks/primes2.pir
@@ -23,7 +23,7 @@ of primes and the last one found. Use PMCs, not ints.
   i   = new 'Integer'
   i   = 0
   max = new 'Integer'
-  max = 5000
+  max = 1000
   i6  = new 'Integer'
   i6  = 0
   i7  = new 'Integer'



Regards,
-- 
andreas
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to