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

11 lines
351 B
Python

"""
Pagebench-based performance regression tests.
The defining characteristic of tests in this sub-directory is that they
are component-level tests, i.e., they exercise pageserver directly using `pagebench`
instead of benchmarking the full stack.
See https://github.com/neondatabase/neon/issues/5771
for the context in which this was developed.
"""