Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 0.4
name: memtier_benchmark-playbook-leaderboard-top-100
description: Runs memtier_benchmark, for a keyspace length of 10K keys loading/querying ZSETs. Esports/live events with constant score changes, occasional bursts of reads. writes ≈ 60, reads ≈ 40%.
with encoding:listpack with 100 elements.
with encoding:ziplist with 100 elements.

dbconfig:
configuration-parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 0.4
name: memtier_benchmark-playbook-leaderboard-top-1000
description: Runs memtier_benchmark, for a keyspace length of 10K keys loading/querying ZSETs. Esports/live events with constant score changes, occasional bursts of reads. writes ≈ 60, reads ≈ 40%.
with encoding:listpack with 1000 elements.
with encoding:skiplist with 1000 elements.

dbconfig:
configuration-parameters:
Expand Down
Loading