summaryrefslogtreecommitdiff
path: root/test/profiling
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-107-1185/+0
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-3/+3
* - coverage dumps out separate reports for individual packagesMike Bayer2009-03-291-0/+3
* some buildbot fixesMike Bayer2009-03-081-1/+1
* - The per-dialect cache used by TypeEngine to cacheMike Bayer2009-01-291-0/+11
* fixed more save/clear callsMike Bayer2009-01-172-22/+22
* explicit rollback to get the connection back to the poolMike Bayer2009-01-171-2/+3
* WeakCompositeKey was coded incorrectly and was not weakly referencing anythin...Mike Bayer2009-01-171-0/+38
* move memusage to the isolation chamberrel_0_5_0Mike Bayer2009-01-062-0/+353
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-1/+1
* - removed creepy exec call for nowMike Bayer2008-12-061-2/+2
* r5281 knocked down callcounts in 2.5..Mike Bayer2008-11-172-3/+3
* - Removed the 'properties' attribute of theMike Bayer2008-11-092-3/+3
* removed setup_instance() from the public APIMike Bayer2008-11-081-1/+1
* - zoomark adjustmentsMike Bayer2008-11-072-6/+6
* avoid some often unnecessary method calls. i think we might have squeezed a...Mike Bayer2008-11-072-2/+2
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-053-9/+9
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-042-2/+2
* update call countMike Bayer2008-11-031-1/+1
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-251-1/+1
* call drop # 2Mike Bayer2008-10-251-1/+1
* call dropMike Bayer2008-10-251-1/+1
* 2.4 callcounts of course go up for no apparent reasonMike Bayer2008-10-232-3/+3
* call count pinata partyMike Bayer2008-10-233-7/+7
* Corrected profiling expected call count down to 42 for the test_insert test.Michael Trier2008-10-201-1/+1
* - Improved weakref identity map memory management to no longerMike Bayer2008-10-191-2/+2
* tiny tiny speed improvements....Mike Bayer2008-10-181-4/+3
* call count still goes to 131 for 2.4 despite the removal of ~12 lines from vi...Mike Bayer2008-10-181-1/+1
* - 0.5.0rc3, dohMike Bayer2008-10-181-1/+1
* 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-132-11/+5
* zoomarks have gone up as a result of r4936, possibly others. not clear whyMike Bayer2008-07-182-5/+5
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+1
* - bumped PG's call count on test #6 to 1193 for py2.4; this is due to non-poo...Mike Bayer2008-05-271-1/+1
* - zoomark/zoomark_orm seem to work with pool_threadlocal turned off, [ticket:...Mike Bayer2008-05-192-6/+6
* pool_threadlocal is off by default [ticket:1049]Mike Bayer2008-05-192-5/+6
* added ORM version of zoomark, python 2.5 only for startersMike Bayer2008-05-182-0/+322
* - Adjusted zoomoarkJason Kirtland2008-05-141-2/+2
* - more portable tests for eager/inheritance joinsMike Bayer2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-092-4/+4
* - microcleanupJason Kirtland2008-04-032-2/+1
* - Experimental: prefer cProfile over hotspot for 2.5+Jason Kirtland2008-04-033-32/+85
* - Re-tuned call counts for 2.3 through 2.5.Jason Kirtland2008-04-022-4/+4
* dohMike Bayer2008-04-021-1/+1
* reduced 2.4 callcounts...Mike Bayer2008-04-022-4/+4
* slight function call reductionMike Bayer2008-04-021-2/+1
* continue attempting to get proper count for pybot on 2.5, ensure order_by for...Mike Bayer2008-04-021-1/+1
* seems like the recent itertools add to select()._get_display_froms() adds ove...Mike Bayer2008-04-011-4/+4
* fix up some unit testsMike Bayer2008-04-011-1/+1
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-113-6/+5