diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-02 15:33:00 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-02 15:33:00 -0400 |
commit | faa2b43c6ccaaefd90a37512fed1bb5b75c133b8 (patch) | |
tree | 6dcf55c993673fa7de22bba2bb1bec706e01a394 | |
parent | 716067531b66149da28d10ca0954ecf4f82e7ad2 (diff) | |
download | sqlalchemy-faa2b43c6ccaaefd90a37512fed1bb5b75c133b8.tar.gz |
profile tweak
-rw-r--r-- | test/profiles.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/test/profiles.txt b/test/profiles.txt index 915cfadb4..9b26a28b3 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -1,15 +1,15 @@ -# /mnt/hgfs/classic/dev/sqlalchemy/test/profiles.txt +# /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 @@ -304,8 +304,7 @@ test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_1a_populate 3.3_postgre test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_2_insert 2.7_postgresql_psycopg2_cextensions 256 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_2_insert 2.7_postgresql_psycopg2_nocextensions 256 -test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_2_insert 3.2_postgresql_psycopg2_nocextensions 239 -test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_2_insert 3.3_postgresql_psycopg2_nocextensions 237 +test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_2_insert 3.3_postgresql_psycopg2_nocextensions 251 # TEST: test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_3_properties |