[pypy-commit] benchmarks default: scale another very slow test

mattip pypy.commits at gmail.com
Tue Jan 30 13:34:26 EST 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r378:f5cb548cc0db
Date: 2018-01-30 20:34 +0200
http://bitbucket.org/pypy/benchmarks/changeset/f5cb548cc0db/

Log:	scale another very slow test

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -72,6 +72,7 @@
                                'iteration_scaling': 3},
     'sqlalchemy_imperative': {'bm_env': {'PYTHONPATH': relative('lib/sqlalchemy/lib')},
                               'iteration_scaling': 10},
+    'sqlitesynth': {'iteration_scaling': .2},
 }
 
 for name in ['expand', 'integrate', 'sum', 'str']:


More information about the pypy-commit mailing list