mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
## Problem
7c462b3417
requires all contexts have scopes. pagectl/benches don't have such
scopes.
close https://github.com/neondatabase/neon/issues/11280
## Summary of changes
Adding scopes for the tools.
Signed-off-by: Alex Chi Z <chi@neon.tech>
Pageserver Benchmarks
How to run
To run all benchmarks:
cargo bench
To run a specific file:
cargo bench --bench bench_layer_map
To run a specific function:
cargo bench --bench bench_layer_map -- real_map_uniform_queries