Files
neon/test_runner/performance/pageserver/interactive/__init__.py
Tristan Partin 5bd8e2363a Enable all pyupgrade checks in ruff
This will help to keep us from using deprecated Python features going
forward.

Signed-off-by: Tristan Partin <tristan@neon.tech>
2024-10-08 14:32:26 -05:00

11 lines
339 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.
"""
from __future__ import annotations