summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
...
* Enable F841Mike Bayer2019-06-201-1/+1
* Add autoincrement to test_orm AnnotatedOverheadTest for OracleMike Bayer2019-05-111-1/+3
* 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
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-22/+2
* Post black reformattingMike Bayer2019-01-067-103/+118
* Run black -l 79 against all source filesMike Bayer2019-01-067-992/+1501
* Deannotate ORM columns in ColumnEntityMike Bayer2018-11-021-1/+148
* Fixed issue with :meth:`.TypeEngine.bind_expression` andMike Bayer2018-08-081-4/+5
* Iterate options per path for baked cache keyMike Bayer2018-06-061-2/+191
* - more type cache warmupMike Bayer2018-04-201-0/+6
* bump variance for these sqlite-sensitive testsMike Bayer2018-04-201-2/+2
* update callcounts for py36, get rid of old callcountsMike Bayer2018-04-201-3/+3
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-0/+14
* 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
* Add selectin loadingMike Bayer2017-04-261-1/+91
* 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
* Performance within instances()Mike Bayer2017-02-231-0/+20
* Memoize AliasedClass, ClauseAdapter objects in joined eager loadMike Bayer2017-02-161-1/+142
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-073-35/+34
* Deprecate Mapper.order_byMike Bayer2016-04-191-5/+3
* - fix stray connectionMike Bayer2016-01-231-1/+4
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-221-2/+2
* - revert this change which was inadvertently included in theMike Bayer2015-06-131-2/+1
* - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-06-131-1/+2
* PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-183-6/+9
* - start locking down querying for cols after observing yesterdaysMike Bayer2015-03-091-0/+52
* - add the test_expire_lots test for comparisonMike Bayer2015-02-181-0/+54
* - 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
* - clean up zoomark a little and try to get new profiles writtenMike Bayer2014-08-302-3/+5
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-163-239/+151
* - 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
* put a greater variance into this test to prevent sporadic failuresMike Bayer2014-07-211-1/+1
* imports gone badMike Bayer2014-07-101-2/+2
* - fully flake8 test/aaa_profilingMike Bayer2014-07-097-430/+581
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* fixes to get profiling tests working againMike Bayer2014-03-261-4/+0