mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
074bd3bb12
This provides a pytest fixture to record metrics from pytest tests. The The recorded metrics are printed out at the end of the tests. As a starter, this includes on small test, using pgbench. It prints out three metrics: the initialization time, runtime of 5000 xacts, and the repository size after the tests.