Skip to content

Commit

Permalink
perf: simple walredo bench (#2816)
Browse files Browse the repository at this point in the history
adds a simple walredo bench to allow some comparison of the walredo
throughput.

Cc: #1339, #2778
  • Loading branch information
koivunej committed Nov 16, 2022
1 parent 4787a74 commit 1d10572
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pageserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ tempfile = "3.2"
[[bench]]
name = "bench_layer_map"
harness = false

[[bench]]
name = "bench_walredo"
harness = false

0 comments on commit 1d10572

Please sign in to comment.