mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
9 lines
303 B
Python
9 lines
303 B
Python
"""
|
|
Tests that aren't really tests or benchmarks.
|
|
|
|
They're intended for the case where we want to standardize & automate setup,
|
|
but then debug a performance problem interactively.
|
|
It's kind of an abuse of the test framework, but, it's our only tool right
|
|
now to automate a complex test bench setup.
|
|
"""
|