summaryrefslogtreecommitdiff
path: root/test/perf
Commit message (Expand)AuthorAgeFilesLines
...
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-0/+84
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-243-5/+5
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-242-5/+5
* - The official name for the relation() function is nowMike Bayer2010-03-177-16/+16
* timings should use getitem syntax and not the slow getattr oneGaëtan de Menten2010-03-031-4/+4
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-132-0/+400
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-131-1/+36
* misc cleanups in tests (courtesy of Michael Bayer's revisiting of myGaëtan de Menten2010-02-132-3/+3
* - For those who might use debug logging onMike Bayer2010-02-131-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-0612-53/+45
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-4/+5
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-091-1/+1
* - In addition to expired attributes, deferred attributesMike Bayer2008-06-211-1/+2
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+1
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-113-3/+3
* test for session close efficiencyMike Bayer2008-02-081-0/+96
* - testbase is gone, replaced by testenvJason Kirtland2008-01-1214-115/+109
* Added a profiled benchmark for orm attribute modification & flushJason Kirtland2007-11-031-0/+93
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-2/+2
* - Expanded insert speed test to cover execute as well as executemanyJason Kirtland2007-10-081-22/+72
* Tightened up time measurement.Jason Kirtland2007-09-261-2/+8
* Added.Jason Kirtland2007-09-221-0/+104
* merged current entity_management brach r3457-r3462. cleans upMike Bayer2007-09-051-1/+1
* added sqlite/sa "unprofiled" raw time testsMike Bayer2007-08-141-1/+28
* added full fetching of result columns, cut overall size to 50000Mike Bayer2007-08-141-2/+4
* a mass insert/ select benchmarking test, fromMike Bayer2007-08-141-0/+31
* - fixed endless loopMike Bayer2007-08-141-1/+0
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-2711-110/+324
* - a new mutex that was added in 0.3.9 causes the pool_timeoutMike Bayer2007-07-201-22/+23
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-067-11/+12
* - added synchronization to the mapper() construction step, to avoidMike Bayer2007-06-201-33/+37
* remove unneeded divisionMike Bayer2007-05-261-2/+2
* added hotshot points into unit test, localizes profiling to just the query.se...Mike Bayer2007-05-261-8/+14
* - mysql doesnt have + for concatenation, but pg doesnt have concat() (nor doe...Mike Bayer2007-05-261-4/+6
* - added a mutex to the mapper compilation step. ive been reluctant to add an...Mike Bayer2007-01-061-0/+70
* - fix to connection pool _close() to properly clean up, fixesMike Bayer2006-12-081-0/+53
* added mass eagerloading profile, debug log in EagerLoader conditional based o...Mike Bayer2006-12-011-0/+54
* added conditional flag to debug log statements in mapper so that string forma...Mike Bayer2006-12-011-10/+10
* - added extra check to "stop" cascading on save/update/save-update ifMike Bayer2006-11-291-0/+90
* - added profiling to massaveMike Bayer2006-10-011-5/+22
* mass saver for profiling mem usage....Mike Bayer2006-09-291-0/+39
* tweaks for mysqlMike Bayer2006-09-291-2/+2
* adjustments to pool stemming from changes made for [ticket:224].Mike Bayer2006-08-041-0/+36
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-293-1/+9
* merged attributes rewriteMike Bayer2006-06-151-9/+10
* if an item attached to a parent is found to be already in the session, then t...Mike Bayer2006-06-151-0/+73
* reorganized unit tests into subdirectoriesMike Bayer2006-06-053-0/+142