diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-03 15:29:32 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-03 15:29:32 -0400 |
commit | 9914074390770e4119e407aa910ac49d716f484c (patch) | |
tree | 6ba6a20c57ca4639be6eb1f219ab7aa11e25456e | |
parent | f0aaeb02908677d45def8e96b8aaf88f2a9b5e3c (diff) | |
download | sqlalchemy-9914074390770e4119e407aa910ac49d716f484c.tar.gz |
reduce callcounts
-rw-r--r-- | test/aaa_profiling/test_zoomark_orm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_zoomark_orm.py b/test/aaa_profiling/test_zoomark_orm.py index 0b699eead..3e30efa24 100644 --- a/test/aaa_profiling/test_zoomark_orm.py +++ b/test/aaa_profiling/test_zoomark_orm.py @@ -366,7 +366,7 @@ class ZooMarkTest(TestBase): def test_profile_5_aggregates(self): self.test_baseline_5_aggregates() - @profiling.function_call_count(3172) + @profiling.function_call_count(2929) def test_profile_6_editing(self): self.test_baseline_6_editing() |