diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-09 17:18:10 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-09 17:18:10 -0400 |
| commit | e61a4438493c812990382ec5f1fc46016b319a4c (patch) | |
| tree | 79f1e5516d36ecd693852b95e8e2ca1a98aefdf1 | |
| parent | 843847740c7fd3705cb7804ac62914b9a77dc174 (diff) | |
| download | sqlalchemy-e61a4438493c812990382ec5f1fc46016b319a4c.tar.gz | |
minor callcount bump resulting from r3876c9c0b9a4
| -rw-r--r-- | test/aaa_profiling/test_zoomark.py | 2 | ||||
| -rw-r--r-- | test/aaa_profiling/test_zoomark_orm.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/aaa_profiling/test_zoomark.py b/test/aaa_profiling/test_zoomark.py index 587d522cd..cbb710516 100644 --- a/test/aaa_profiling/test_zoomark.py +++ b/test/aaa_profiling/test_zoomark.py @@ -358,7 +358,7 @@ class ZooMarkTest(fixtures.TestBase): metadata = MetaData(engine) engine.connect() - @profiling.function_call_count(3599, {'2.4': 1711}) + @profiling.function_call_count(3896, {'2.4': 1711}) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 18c1f037f..eaa94e3e5 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -331,7 +331,7 @@ class ZooMarkTest(fixtures.TestBase): session = sessionmaker()() engine.connect() - @profiling.function_call_count(5245) + @profiling.function_call_count(5600) def test_profile_1_create_tables(self): self.test_baseline_1_create_tables() @@ -368,7 +368,7 @@ class ZooMarkTest(fixtures.TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(2417) + @profiling.function_call_count(2545) def test_profile_6_editing(self): self.test_baseline_6_editing() |
