]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: add simple test to compare performances in refactoring
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 17 Oct 2022 09:42:33 +0000 (10:42 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 Dec 2022 13:53:23 +0000 (13:53 +0000)
commitd0bee042cc11a8ccdd8b34220ec0f77e4395c569
tree396136e6e4e871fc7f9238bed310a6716869ccc9
parent22b4e708481fc9fb3183f5cfd259883ad51a92a0
test: add simple test to compare performances in refactoring

This test is inspired to the problem open in #411, and is pretty much a
simple operation in a tight loop. It is used, at the moment, to compare
different ways to test I/O completion strategies with simple and fast
queries under no concurrency.
tests/scripts/bench-411.py [new file with mode: 0644]