summaryrefslogtreecommitdiff
path: root/test/perf/insertspeed.py
Commit message (Collapse)AuthorAgeFilesLines
* no need for all these scripts, not worth maintainingMike Bayer2013-04-281-109/+0
|
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
| | | | - went through examples/ and cleaned out excess list() calls
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-1/+1
| | | | | | | 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.
* - merge default tipMike Bayer2010-12-051-3/+2
|\
| * - SqlSoup overhaulMike Bayer2010-11-241-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added "map_to()" method to SqlSoup, which is a "master" method which accepts explicit arguments for each aspect of the selectable and mapping, including a base class per mapping. [ticket:1975] - Mapped selectables used with the map(), with_labels(), join() methods no longer put the given argument into the internal "cache" dictionary. Particularly since the join() and select() objects are created in the method itself this was pretty much a pure memory leaking behavior.
* | - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
|/
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
|
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-7/+7
| | | | | | - 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
* - Expanded insert speed test to cover execute as well as executemanyJason Kirtland2007-10-081-22/+72
|
* 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
http://pyinsci.blogspot.com/2007/07/fastest-python-database-interface.html