diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-26 23:24:13 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-11-26 23:24:13 -0500 |
| commit | 30a50cc46aa836e24ebcbb889cbee583c511af82 (patch) | |
| tree | 053c2af8e82434c1e7a616e1a1c55b819aad244b /test/profiles.txt | |
| parent | 6029496bd3fb78caeab349ef8df5b58f058db16e (diff) | |
| download | sqlalchemy-30a50cc46aa836e24ebcbb889cbee583c511af82.tar.gz | |
- the wrapped memoized_property here was not working, as the attribute name
didn't match. use straight memoized_props here for now, add a perf test to check it
Diffstat (limited to 'test/profiles.txt')
| -rw-r--r-- | test/profiles.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/profiles.txt b/test/profiles.txt index 5b17ee8ec..282bc5f4f 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -99,6 +99,14 @@ test.aaa_profiling.test_compiler.CompileTest.test_update_whereclause 3.3_postgre test.aaa_profiling.test_compiler.CompileTest.test_update_whereclause 3.3_postgresql_psycopg2_nocextensions 151 test.aaa_profiling.test_compiler.CompileTest.test_update_whereclause 3.3_sqlite_pysqlite_cextensions 151 +# TEST: test.aaa_profiling.test_orm.AttributeOverheadTest.test_attribute_set + +test.aaa_profiling.test_orm.AttributeOverheadTest.test_attribute_set 2.7_sqlite_pysqlite_cextensions 4265 + +# TEST: test.aaa_profiling.test_orm.AttributeOverheadTest.test_collection_append_remove + +test.aaa_profiling.test_orm.AttributeOverheadTest.test_collection_append_remove 2.7_sqlite_pysqlite_cextensions 6525 + # TEST: test.aaa_profiling.test_orm.DeferOptionsTest.test_baseline test.aaa_profiling.test_orm.DeferOptionsTest.test_baseline 2.7_mysql_mysqldb_cextensions 30052 |
