summaryrefslogtreecommitdiff
path: root/test/profiling
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Migrated zoomark to profiling.function_call_count(), tightened up the numbe...Jason Kirtland2008-01-221-14/+25
* rein in r3840 find and replace rampageJason Kirtland2008-01-221-1/+1
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-1/+2
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-3/+3
* - testbase is gone, replaced by testenvJason Kirtland2008-01-124-26/+27
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-56/+49
* fixed unicode-ness for Unicode valuesMike Bayer2007-11-281-40/+40
* bump for py2.4Mike Bayer2007-11-251-1/+1
* - named_with_column becomes an attributeMike Bayer2007-11-252-7/+7
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-242-2/+2
* some wide zoomark ranges...Mike Bayer2007-11-181-4/+4
* cut down a good deal of Join construction overheadMike Bayer2007-11-181-1/+1
* updated zoomark test_1a_populate callcounts. if the calls keep being removed ...Ants Aasma2007-11-081-1/+1
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-032-6/+6
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-7/+7
* - also added proxying of save_or_update to scoped sessions.Ants Aasma2007-10-311-7/+7
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-2/+2
* Adjusted zoomark ranges for 2.4 and 2.5.Jason Kirtland2007-10-131-7/+13
* - The no-arg ResultProxy._row_processor() is now the class attributeJason Kirtland2007-10-021-7/+7
* - The IdentifierPreprarer's _requires_quotes test is now regex based.Jason Kirtland2007-09-271-3/+3
* zoomark adjustment for the pybot...rel_0_4beta6Mike Bayer2007-09-271-1/+1
* - adjust server side logic to work with standalone default executionMike Bayer2007-09-271-6/+6
* buildbot reported a lower number for test 1a...Mike Bayer2007-09-041-1/+1
* - took out method calls for oid_columnMike Bayer2007-09-041-6/+6
* lowered value, fewer calls on pybot ?Mike Bayer2007-09-011-1/+1
* added zoomark profileMike Bayer2007-09-013-1/+309
* - merged inline inserts branchMike Bayer2007-09-011-2/+2
* restored WeakValueDict for threadlocal connections + profiler test, addressingMike Bayer2007-08-222-0/+41
* added first profile tests per [ticket:753]Mike Bayer2007-08-213-0/+52