Skip to content

Commit 62466d2

Browse files
Fixed description of leaderboard top100/1000
1 parent c543d36 commit 62466d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-leaderboard-top-100.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 0.4
22
name: memtier_benchmark-playbook-leaderboard-top-100
33
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%.
4-
with encoding:listpack with 100 elements.
4+
with encoding:ziplist with 100 elements.
55

66
dbconfig:
77
configuration-parameters:

redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-leaderboard-top-1000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 0.4
22
name: memtier_benchmark-playbook-leaderboard-top-1000
33
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%.
4-
with encoding:listpack with 1000 elements.
4+
with encoding:skiplist with 1000 elements.
55

66
dbconfig:
77
configuration-parameters:

0 commit comments

Comments
 (0)