]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
I'm seeing lower numbers from the objselectspeed.py test, so bumping down the lower...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Feb 2010 20:10:48 +0000 (20:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Feb 2010 20:10:48 +0000 (20:10 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0fb63ba96fabcff0a000b3547a8b5afd0fffbdc2..bef45944a2a5d82ae3b900e5d2e032c212824a15 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -71,8 +71,8 @@ CHANGES
     reimplementing RowProxy and the most common result processors.
     The actual speedups will depend heavily on your DBAPI and
     the mix of datatypes used in your tables, and can vary from
-    a 50% improvement to more than 200%.  It also provides a modest
-    (~20%) indirect improvement to ORM speed for large queries.
+    a 30% improvement to more than 200%.  It also provides a modest
+    (~15-20%) indirect improvement to ORM speed for large queries.
     Note that it is *not* built/installed by default.
     See README for installation instructions.