diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-21 23:34:02 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-21 23:34:02 -0400 |
commit | 0e7a82304a15e15f2d9de5202aea6b554af76991 (patch) | |
tree | 4487b2f832159cff93d00d2bd824c951277bd7e3 | |
parent | 461791fb54fce93974f36f9057074d7c76c3005f (diff) | |
download | sqlalchemy-0e7a82304a15e15f2d9de5202aea6b554af76991.tar.gz |
some zoomark tests without c exts callcounts updated
-rw-r--r-- | test/profiles.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/profiles.txt b/test/profiles.txt index c1ee8638a..5b17ee8ec 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -377,7 +377,7 @@ test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_3_properties 3.3_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 11688 -test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 2.7_postgresql_psycopg2_nocextensions 12747 +test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 2.7_postgresql_psycopg2_nocextensions 13440 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 3.3_postgresql_psycopg2_cextensions 11548 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_4_expressions 3.3_postgresql_psycopg2_nocextensions 12720 @@ -392,7 +392,7 @@ test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_5_aggregates 3.3_postgr # TEST: test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing 2.7_postgresql_psycopg2_cextensions 1905 -test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing 2.7_postgresql_psycopg2_nocextensions 1858 +test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing 2.7_postgresql_psycopg2_nocextensions 1958 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing 3.2_postgresql_psycopg2_nocextensions 1731 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing 3.3_postgresql_psycopg2_cextensions 1846 test.aaa_profiling.test_zoomark.ZooMarkTest.test_profile_6_editing 3.3_postgresql_psycopg2_nocextensions 1853 @@ -424,7 +424,7 @@ test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_2_insert 3.3_postgr # TEST: test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties 2.7_postgresql_psycopg2_cextensions 6765 -test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties 2.7_postgresql_psycopg2_nocextensions 6654 +test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties 2.7_postgresql_psycopg2_nocextensions 7056 test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties 3.2_postgresql_psycopg2_nocextensions 6560 test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties 3.3_postgresql_psycopg2_cextensions 6895 test.aaa_profiling.test_zoomark_orm.ZooMarkTest.test_profile_3_properties 3.3_postgresql_psycopg2_nocextensions 6999 |