mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
11 lines
351 B
Python
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.
|
|
"""
|