summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_memusage.py
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-67/+62
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-10/+10
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+59
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-4/+29
* Convert execution to move through SessionMike Bayer2020-05-251-2/+4
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-65/+73
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-0/+65
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-6/+9
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-1/+2
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+14
* Merge "Fix QueryContext ref cycle on joinedload"mike bayer2020-01-071-0/+15
|\
| * Fix QueryContext ref cycle on joinedloadCarson Ip2020-01-041-0/+15
* | Implement explicit autobegin step for SessionMike Bayer2020-01-031-0/+45
|/
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-0/+391
* Disallow memory tests from running on WindowsMike Bayer2019-10-241-1/+1
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-201-1/+1
* Run row value processors up frontMike Bayer2019-10-011-1/+13
* Fix typosMin ho Kim2019-07-211-1/+1
* SelectBase no longer a FromClauseMike Bayer2019-07-061-2/+50
* Add option for "sparse" backend tests and apply to memusageMike Bayer2019-06-201-1/+1
* Enable F841Mike Bayer2019-06-201-1/+1
* Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-041-2/+9
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-8/+2
* Post black reformattingMike Bayer2019-01-061-28/+30
* Run black -l 79 against all source filesMike Bayer2019-01-061-222/+350
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+1
* Isolate memory tests in forksMike Bayer2017-08-141-28/+83
* - try adding the prints back in and re-testMike Bayer2017-08-111-8/+8
* - take more print statements out, maybe this is notMike Bayer2017-08-101-8/+8
* - dont print samples, this appears like it may beMike Bayer2017-08-081-1/+6
* - allow the shrink phase for memusage to go until zeroed,Mike Bayer2017-08-081-3/+12
* Use baked lazyloading by defaultMike Bayer2017-04-131-1/+2
* - try one more test, then we're likely going to give up on cx_OracleMike Bayer2017-04-121-29/+30
* - move a few memusage tests out of "backend". something is up w/ cx_OracleMike Bayer2017-04-121-30/+35
* Warn on _compiled_cache growthMike Bayer2017-04-121-29/+25
* Don't cache savepoint identifiersMike Bayer2017-03-061-4/+46
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+2
* Deprecate Mapper.order_byMike Bayer2016-04-191-5/+3
* - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+26
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-0/+14
* - turn off the testing reaper here, that's the source of the leaksMike Bayer2014-08-081-12/+14
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-0/+1
* - fully flake8 test/aaa_profilingMike Bayer2014-07-091-110/+139
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* use integer division hereMike Bayer2014-03-261-1/+1
* - rework memusage tests so that it only runs five iterations at a time, if it...Mike Bayer2014-03-261-29/+47
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+1
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+2