summaryrefslogtreecommitdiff
path: root/test/profiling/pool.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-43/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* adjust counts for 2.4 based on buildbot observation, remove 2.3 countsMike Bayer2008-08-131-3/+3
|
* - with 2.3 support dropped,Mike Bayer2008-08-131-10/+4
| | | | | | all usage of thread.get_ident() is removed, and replaced with threading.local() usage. this allows potentially faster and safer thread local access.
* - microcleanupJason Kirtland2008-04-031-1/+1
|
* - Experimental: prefer cProfile over hotspot for 2.5+Jason Kirtland2008-04-031-5/+12
| | | | | - The latest skirmish in the battle against zoomark and sanity: 3rd party code is factored out in the function call count canary tests
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
| | | | | tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-10/+12
| | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts
* added zoomark profileMike Bayer2007-09-011-1/+1
|
* restored WeakValueDict for threadlocal connections + profiler test, addressingMike Bayer2007-08-221-0/+40
[ticket:754]