Author: Hakan Ardo <[email protected]>
Branch: extradoc
Changeset: r4525:13b55ffc6fd2
Date: 2012-08-12 15:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/13b55ffc6fd2/

Log:    test a bit more

diff --git a/talk/iwtc11/benchmarks/test_scimark.py 
b/talk/iwtc11/benchmarks/test_scimark.py
--- a/talk/iwtc11/benchmarks/test_scimark.py
+++ b/talk/iwtc11/benchmarks/test_scimark.py
@@ -33,7 +33,7 @@
 def test_random():
     rnd_C = C.new_Random_seed(7)
     rnd_py = Random(7)
-    for i in range(100):
+    for i in range(100000):
         assert C.Random_nextDouble(rnd_C) == rnd_py.nextDouble()
  
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to