Files
neon/test_runner/performance/pageserver/interactive/__init__.py
2024-01-24 12:51:53 +01:00

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.
"""