summaryrefslogtreecommitdiff
path: root/test/perf/objselectspeed.py
Commit message (Collapse)AuthorAgeFilesLines
* no need for all these scripts, not worth maintainingMike Bayer2013-04-281-146/+0
|
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
| | | | - went through examples/ and cleaned out excess list() calls
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
| | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries.
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
|
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
|
* timings should use getitem syntax and not the slow getattr oneGaƫtan de Menten2010-03-031-4/+4
|
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-131-1/+36
| | | | | | | | the version called by column loaders on an incomplete row (i.e. joined table inheritance). there are more dramatic changes that can be made here but this one is conservative so far as far as how much we're altering how InstanceState tracks "expired" attributes.
* - For those who might use debug logging onMike Bayer2010-02-131-2/+2
| | | | | | | | | | sqlalchemy.orm.strategies, most logging calls during row loading have been removed. These were never very helpful and cluttered up the code. - Some internal streamlining of object loading grants a small speedup for large results, estimates are around 10-15%.
* merge 0.6 series to trunk.Mike Bayer2009-08-061-6/+7
|
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-2/+2
| | | | | | - 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
* Tightened up time measurement.Jason Kirtland2007-09-261-2/+8
|
* Added.Jason Kirtland2007-09-221-0/+104