Add layer map search benchmark (#2957)

This commit is contained in:
bojanserafimov
2022-11-30 13:48:07 -05:00
committed by GitHub
parent ebb51f16e0
commit b9544adcb4
4 changed files with 32416 additions and 5671 deletions

View File

@@ -0,0 +1,12 @@
## 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`

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff