Skip to content

Commit ab75345

Browse files
committed
update dashboard link
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
1 parent 3d93acb commit ab75345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/perf.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ methodology = "These metrics are generated using the [valkey-perf-benchmark](htt
2323

2424
[[sections]]
2525
title = "Memory Overhead Across Versions"
26-
iframe_url = "https://df0m5orgq2d38.cloudfront.net/public-dashboards/1e3d87a62b794ce9aa81281d8399e4bf"
26+
iframe_url = "https://perf-dashboard.valkey.io/public-dashboards/0501007755004ae098dcc27d06bcda6a"
2727
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."
2828
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)