]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a new approach to profiling where we attempt to strip out
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Aug 2012 20:08:48 +0000 (16:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Aug 2012 20:08:48 +0000 (16:08 -0400)
commit442237afaada6785b6a94d2453d8b180b7f318ca
treee17ab627f488072d1cc81e6d7f355de4e59d9cd2
parentdbe540d899443c721f5c20e12ef15bc348569a6b
- a new approach to profiling where we attempt to strip out
parts of the pstats that are idiosyncratic to different platforms.
the goal is no per-version assertions on tests, version differences
in theory would go into the list of profiling exceptions.
test/aaa_profiling/test_compiler.py
test/aaa_profiling/test_orm.py
test/aaa_profiling/test_pool.py
test/aaa_profiling/test_resultset.py
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py
test/lib/profiling.py
test/lib/requires.py