Accidental(?) change of a benchmark test
Andreas J. Koenig
andreas.koenig.7os6VVqR at franz.ak.mind.de
Fri Dec 5 05:58:34 UTC 2008
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
More information about the parrot-dev
mailing list