]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- arg callcounts change from 2.6.4 to 2.6.6
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Dec 2010 02:52:26 +0000 (21:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Dec 2010 02:52:26 +0000 (21:52 -0500)
test/aaa_profiling/test_zoomark.py

index c4cffa87ad4dcb0886c3036974269824c7c9adfb..5fa9e716486d3ec7912d7471110408a787448817 100644 (file)
@@ -380,7 +380,7 @@ class ZooMarkTest(TestBase):
         self.test_baseline_4_expressions()
 
     @profiling.function_call_count(1059, {'2.4': 904, '2.6+cextension'
-                                   : 1027, '2.7+cextension': 1027},
+                                   : 1027, '2.6.4':1167, '2.7+cextension': 1027},
                                    variance=0.10)
     def test_profile_5_aggregates(self):
         self.test_baseline_5_aggregates()