]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve compiled extension perf tests
authorFederico Caselli <cfederico87@gmail.com>
Thu, 23 Nov 2023 20:58:40 +0000 (21:58 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 27 Mar 2024 20:12:07 +0000 (21:12 +0100)
commited852bfcae9d1d45c5ab6e6bc45af84342fe5da9
treea455bf252b662e226302cdf5a69c8929bace785e
parent0be89aaa38d06a9beced7f1bfe2987f4b6afebb8
Improve compiled extension perf tests

Transform compiled extension to package
Add cache test using the python only impl for now

Change-Id: I5bdc824214ed6567159861c31b771ebf4725b932
test/perf/compiled_extensions.py [deleted file]
test/perf/compiled_extensions/__init__.py [new file with mode: 0644]
test/perf/compiled_extensions/__main__.py [new file with mode: 0644]
test/perf/compiled_extensions/base.py [new file with mode: 0644]
test/perf/compiled_extensions/cache_key.py [new file with mode: 0644]
test/perf/compiled_extensions/collections.py [new file with mode: 0644]
test/perf/compiled_extensions/command.py [new file with mode: 0644]
test/perf/compiled_extensions/misc.py [new file with mode: 0644]
test/perf/compiled_extensions/row.py [new file with mode: 0644]