mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
13 lines
235 B
Markdown
13 lines
235 B
Markdown
## 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`
|