]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add test profiling merge() behavior when merging lots of bidirectional collections...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Aug 2011 02:48:40 +0000 (22:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Aug 2011 02:48:40 +0000 (22:48 -0400)
commitf5f49f50c8d3668e50771f4200e6a92cd3c35af3
tree449da7ce52dc5ab0aa86b93f641422bfae309810
parent8b505e7c241aba6afc32a83f870c8a0ca35c6f9c
- add test profiling merge() behavior when merging lots of bidirectional collections/m2os,
collections present in given merge field.   This shows that the change proposed
in [ticket:2221] adds over 10% method call overhead including significantly more
SQL statements.
test/aaa_profiling/test_orm.py