diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-05-25 12:40:02 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-05-25 12:40:02 -0400 |
commit | d1e24c9c43d441f23b4376a071abf21c8af428a9 (patch) | |
tree | 9351aa23d4880949f3ce023a31a6d4022e866654 | |
parent | e6792a3db7825f360df65a62f245087aec0a3e27 (diff) | |
download | sqlalchemy-d1e24c9c43d441f23b4376a071abf21c8af428a9.tar.gz |
bump bundle count
this count seems to have grown a bit. can look into
the cause, but at the moment we need CI to pass.
Change-Id: Iea1e4900d5c5d3f80e7ce400a2b9cc1f313cef4c
-rw-r--r-- | test/profiles.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profiles.txt b/test/profiles.txt index 38b7290d6..f976a3c42 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -98,8 +98,8 @@ test.aaa_profiling.test_misc.EnumTest.test_create_enum_from_pep_435_w_expensive_ # TEST: test.aaa_profiling.test_orm.AnnotatedOverheadTest.test_bundle_w_annotation -test.aaa_profiling.test_orm.AnnotatedOverheadTest.test_bundle_w_annotation x86_64_linux_cpython_3.10_sqlite_pysqlite_dbapiunicode_cextensions 50735 -test.aaa_profiling.test_orm.AnnotatedOverheadTest.test_bundle_w_annotation x86_64_linux_cpython_3.10_sqlite_pysqlite_dbapiunicode_nocextensions 61045 +test.aaa_profiling.test_orm.AnnotatedOverheadTest.test_bundle_w_annotation x86_64_linux_cpython_3.10_sqlite_pysqlite_dbapiunicode_cextensions 53330 +test.aaa_profiling.test_orm.AnnotatedOverheadTest.test_bundle_w_annotation x86_64_linux_cpython_3.10_sqlite_pysqlite_dbapiunicode_nocextensions 63740 # TEST: test.aaa_profiling.test_orm.AnnotatedOverheadTest.test_bundle_wo_annotation |