summaryrefslogtreecommitdiff
path: root/test/profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-10-25 19:44:21 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-10-25 19:44:21 +0000
commit76e8175971a5fa5abb7f7e1f85ccd3068f04aff5 (patch)
treea1284c646dbfe8fce1980be126205c7ee80eae3a /test/profiling
parent25e5157785ee9dd7a3bbb606b1f7642342936d18 (diff)
downloadsqlalchemy-76e8175971a5fa5abb7f7e1f85ccd3068f04aff5.tar.gz
- moved _FigureVisitName into visitiors.VisitorType, added Visitor base class to reduce dependencies
- implemented _generative decorator for select/update/insert/delete constructs - other minutiae
Diffstat (limited to 'test/profiling')
-rw-r--r--test/profiling/zoomark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py
index 6cf0771c4..41f6cdc5d 100644
--- a/test/profiling/zoomark.py
+++ b/test/profiling/zoomark.py
@@ -324,7 +324,7 @@ class ZooMarkTest(TestBase):
def test_profile_1_create_tables(self):
self.test_baseline_1_create_tables()
- @profiling.function_call_count(5726, {'2.4': 3844})
+ @profiling.function_call_count(5726, {'2.4': 3650})
def test_profile_1a_populate(self):
self.test_baseline_1a_populate()