summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
...
* mark all aaa_profiling tests with __requires__ = 'cpython',Mike Bayer2011-04-235-8/+11
* callcount update for cext + 2.7Mike Bayer2011-04-172-3/+5
* - callcountsMike Bayer2011-04-083-6/+16
* - fix a callcountMike Bayer2011-03-271-1/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-277-16/+16
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-4/+4
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-8/+22
* - pulling out the PG type impls in create table knocked the counts out a bit ...Mike Bayer2011-02-182-3/+3
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-091-3/+3
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-302-2/+2
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-1/+1
* callcountMike Bayer2011-01-251-1/+2
* - whitespace removal bonanzaMike Bayer2011-01-027-58/+58
* - remove some more 2.4 targetsMike Bayer2010-12-272-7/+8
* py3k fixesMike Bayer2010-12-272-4/+4
* - more skippage of 2.4Mike Bayer2010-12-233-4/+4
* - allow cextension version to fall back to non-cextensionMike Bayer2010-12-222-8/+14
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-224-10/+11
* - arg callcounts change from 2.6.4 to 2.6.6Mike Bayer2010-12-211-1/+1
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-215-33/+38
* - modest inlinings into the MapperProperty.setup/row_processor chainMike Bayer2010-12-203-9/+9
* callcountsMike Bayer2010-12-192-2/+2
* triple check that the dict is emptyMike Bayer2010-12-191-2/+5
* - callcountsMike Bayer2010-12-192-2/+6
* merge tipMike Bayer2010-12-171-2/+2
|\
| * - callcountsMike Bayer2010-12-161-2/+2
| * - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-161-1/+1
* | - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+27
|/
* - callcounts. need to find some way to make this less tedious.Mike Bayer2010-12-133-4/+4
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-133-9/+10
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-123-5/+5
* callcountsMike Bayer2010-12-121-2/+2
* - inlinings and callcount reductionsMike Bayer2010-12-123-11/+14
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-3/+88
* - support for cdecimalMike Bayer2010-12-111-2/+2
* - callcountMike Bayer2010-12-101-1/+1
* - callcountMike Bayer2010-12-091-1/+3
* callcount destructo engageMike Bayer2010-12-091-2/+2
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-2/+2
* callcounts in 2.4Mike Bayer2010-12-051-2/+2
* callcounts...Mike Bayer2010-12-053-5/+5
* up this variance a bit, differences between 2.6.3/2.6.4 not worth itMike Bayer2010-12-051-2/+2
* callcounts for 2.4, 2.5, 2.6Mike Bayer2010-12-053-5/+10
* - fix callcount for 2.6Mike Bayer2010-12-051-1/+1
* - merge default tipMike Bayer2010-12-051-1/+26
|\
| * fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaƫtan de Menten2010-11-271-1/+11
| * Remove unused import.Taavi Burns2010-11-201-1/+1
| * DecimalResultProcessor memory testing is likely to catch something only when ...Taavi Burns2010-11-201-0/+2
| * Shorter tests for [ticket:1978]Taavi Burns2010-11-191-33/+6
| * Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+41