mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 03:52:56 +00:00
This will help to keep us from using deprecated Python features going forward. Signed-off-by: Tristan Partin <tristan@neon.tech>
13 lines
387 B
Python
13 lines
387 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.
|
|
"""
|
|
|
|
from __future__ import annotations
|