summaryrefslogtreecommitdiff
path: root/test/profiling/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-32/+0
* - zoomark adjustmentsMike Bayer2008-11-071-1/+1
* avoid some often unnecessary method calls. i think we might have squeezed a...Mike Bayer2008-11-071-1/+1
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-3/+3
* update call countMike Bayer2008-11-031-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-231-1/+1
* call count pinata partyMike Bayer2008-10-231-1/+1
* Corrected profiling expected call count down to 42 for the test_insert test.Michael Trier2008-10-201-1/+1
* 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
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+1
* - more portable tests for eager/inheritance joinsMike Bayer2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-2/+2
* - Experimental: prefer cProfile over hotspot for 2.5+Jason Kirtland2008-04-031-3/+3
* - Re-tuned call counts for 2.3 through 2.5.Jason Kirtland2008-04-021-1/+1
* reduced 2.4 callcounts...Mike Bayer2008-04-021-1/+1
* 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
* 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-111-1/+1
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-3/+3
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-7/+7
* bump for py2.4Mike Bayer2007-11-251-1/+1
* - named_with_column becomes an attributeMike Bayer2007-11-251-1/+1
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-1/+1
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-1/+1
* - merged inline inserts branchMike Bayer2007-09-011-2/+2
* added first profile tests per [ticket:753]Mike Bayer2007-08-211-0/+34