diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-26 19:51:25 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-26 19:51:25 -0400 |
commit | 858332de0a171af43a55a2fd8c3a244b510109cf (patch) | |
tree | 2fcad8713cef89e0a3d0769ac1ee9ec609f4de06 | |
parent | 0a5737d9a85a28236a68080d699ef01ac7aed5ee (diff) | |
download | sqlalchemy-858332de0a171af43a55a2fd8c3a244b510109cf.tar.gz |
the callcount went up here, still less than with no C extensions, not prepared
to worry about it too much
-rw-r--r-- | test/profiles.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/profiles.txt b/test/profiles.txt index d465fa3be..c9ba04c24 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -1,15 +1,15 @@ # /Users/classic/dev/sqlalchemy/test/profiles.txt # This file is written out on a per-environment basis. -# For each test in aaa_profiling, the corresponding function and +# For each test in aaa_profiling, the corresponding function and # environment is located within this file. If it doesn't exist, # the test is skipped. -# If a callcount does exist, it is compared to what we received. +# If a callcount does exist, it is compared to what we received. # assertions are raised if the counts do not match. -# -# To add a new callcount test, apply the function_call_count -# decorator and re-run the tests using the --write-profiles +# +# To add a new callcount test, apply the function_call_count +# decorator and re-run the tests using the --write-profiles # option - this file will be rewritten including the new count. -# +# # TEST: test.aaa_profiling.test_compiler.CompileTest.test_insert @@ -217,7 +217,7 @@ test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_3_properties 2.7_postgr # TEST: test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions -test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 2.7_postgresql_psycopg2_cextensions 10366 +test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 2.7_postgresql_psycopg2_cextensions 10915 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 2.7_postgresql_psycopg2_nocextensions 11982 # TEST: test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_5_aggregates |