diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-19 19:26:48 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-19 19:26:48 +0000 |
| commit | abcb5605f91ef206dd5f0f6400302f0b28425365 (patch) | |
| tree | edc705129acb436c8b453362bc5af06cd7911aca /test/profiling | |
| parent | 291077f36422f73bba6717075f89dc754ad3d7a1 (diff) | |
| download | sqlalchemy-abcb5605f91ef206dd5f0f6400302f0b28425365.tar.gz | |
- Improved weakref identity map memory management to no longer
require mutexing, resurrects garbage collected instance
on a lazy basis for an InstanceState with pending changes.
Diffstat (limited to 'test/profiling')
| -rw-r--r-- | test/profiling/zoomark_orm.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profiling/zoomark_orm.py b/test/profiling/zoomark_orm.py index 39446dbf8..1a179cc0c 100644 --- a/test/profiling/zoomark_orm.py +++ b/test/profiling/zoomark_orm.py @@ -298,11 +298,11 @@ class ZooMarkTest(TestBase): def test_profile_2_insert(self): self.test_baseline_2_insert() - @profiling.function_call_count(8323) + @profiling.function_call_count(8097) def test_profile_3_properties(self): self.test_baseline_3_properties() - @profiling.function_call_count(29494) + @profiling.function_call_count(28211) def test_profile_4_expressions(self): self.test_baseline_4_expressions() |
