Skip to content

Commit 0d84d14

Browse files
committed
removes memory overhead metrics
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
1 parent ab75345 commit 0d84d14

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

_data/perf.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[[dashboards]]
1111
title = "Valkey Performance Dashboards"
12-
description = "Valkey Performance Dashboards provide a consolidated view of throughput and memory efficiency trends across versions, helping teams validate improvements and identify regressions."
12+
description = "Valkey Performance Dashboards provide a consolidated view of throughput trends across versions, helping teams validate improvements and identify regressions."
1313
link = "/performance/"
1414

1515
# Performance dashboard sections for /performance page
@@ -20,9 +20,3 @@ title = "Throughput Across Versions"
2020
iframe_url = "https://perf-dashboard.valkey.io/public-dashboards/38ad683dbd06456c829b547d97e2b7da"
2121
description = "This dashboard visualizes throughput trends across Valkey versions. It helps compare key releases side by side, highlight performance gains from new features. Read more about [Unlocking 1 Million RPS in Valkey](/blog/unlock-one-million-rps/)."
2222
methodology = "These metrics are generated using the [valkey-perf-benchmark](https://github.com/valkey-io/valkey-perf-benchmark) tool an AWS `c8g.metal.24xl` instance, running a matrix of configurations that vary pipelining (1, 10), I/O threading (1, 9), and with a data size of 512 bytes. To further stabilize results, we apply IRQ tuning by pinning network interrupts away from CPUs dedicated to the server process, and we isolate the server and benchmark client on separate NUMA nodes to remove L3 cache contention."
23-
24-
[[sections]]
25-
title = "Memory Overhead Across Versions"
26-
iframe_url = "https://perf-dashboard.valkey.io/public-dashboards/0501007755004ae098dcc27d06bcda6a"
27-
description = "This dashboard visualizes Memory Efficiency trends across Valkey versions. It helps compare releases side by side, highlight Memory Efficiency gains from new features. Discover how [our new hash table design](/blog/new-hash-table/) reduces memory overhead."
28-
methodology = "These benchmarks are generated by starting an empty instance of Valkey for each test, measuring memory usage, then adding 3 million string items of a certain data size, then measuring Valkey memory usage again. We take the increase in memory use, divide by the number of items, and subtract the size of the user data (key and value) to get the extra overhead bytes Valkey uses to track and organize the data. For this graph, we tested every value size from 8B to 128B inclusive, then averaged the numbers for each range in this chart."

0 commit comments

Comments
 (0)