[pypy-commit] benchmarks default: run sympy benchmarks the normal number of times, they are fast

cfbolz noreply at buildbot.pypy.org
Thu Apr 12 11:31:59 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r181:062b90951d4b
Date: 2012-04-12 11:30 +0200
http://bitbucket.org/pypy/benchmarks/changeset/062b90951d4b/

Log:	run sympy benchmarks the normal number of times, they are fast

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -49,8 +49,7 @@
 for name in ['expand', 'integrate', 'sum', 'str']:
     _register_new_bm('bm_sympy', 'sympy_' + name,
                      globals(), bm_env={'PYTHONPATH': relative('lib/sympy')},
-                     extra_args=['--benchmark=' + name],
-                     iteration_scaling=0.1)
+                     extra_args=['--benchmark=' + name])
 
 for name in ['xml', 'text']:
     _register_new_bm('bm_genshi', 'genshi_' + name,


More information about the pypy-commit mailing list