]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add results to compiled extensions
authorFederico Caselli <cfederico87@gmail.com>
Tue, 28 Nov 2023 21:40:03 +0000 (22:40 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 17 May 2024 20:04:45 +0000 (20:04 +0000)
commit077d058fad025f9a7edc4127ccd401c5e897935c
treea0b3fcb5966216177fb7e542d0f127e2e7b263c4
parent83bd285e7788ee19348355988bc3874824cebbec
Add results to compiled extensions

Add the ability to compare a saved result with the current run

Change-Id: I0039cc93ed68d5957753ea49c076d934191e6cd0
lib/sqlalchemy/engine/result.py
test/perf/compiled_extensions/base.py
test/perf/compiled_extensions/command.py
test/perf/compiled_extensions/result.py [new file with mode: 0644]