mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 22:50:38 +00:00
This PR finishes the work started by https://github.com/calinanca99 in https://github.com/neondatabase/neon/pull/6743 - always use default worker thread count & explain rationale behind that - fix deadlocks caused by remaining sync primitive - increase thread counts
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