From 1bfdb660fc89634bb864fbeb9b60c44a193839f8 Mon Sep 17 00:00:00 2001 From: Rob A'Court Date: Tue, 10 Dec 2024 15:30:40 +0000 Subject: [PATCH] (website) Fix benchmark links (#2141) --- website/docs/reference/benchmarks.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/reference/benchmarks.md b/website/docs/reference/benchmarks.md index d1a2f286ab..ee7723fe76 100644 --- a/website/docs/reference/benchmarks.md +++ b/website/docs/reference/benchmarks.md @@ -51,15 +51,15 @@ We are working to set up benchmarks to run on every release (patch, minor and ma The first two benchmarks measure initial sync time, i.e. read performance: -1. [many concurrent clients syncing a small shape](#1-many-concurrent-clients-syncing-a-small-shape) -2. [a single client syncing a large shape](#2-a-single-client-syncing-a-large-shape) +1. [many concurrent clients syncing a small shape](#_1-many-concurrent-clients-syncing-a-small-shape) +2. [a single client syncing a large shape](#_2-a-single-client-syncing-a-large-shape) The next four measure live update time, i.e. write performance: -3. [many disjoint shapes](#3-many-disjoint-shapes) -4. [one shape with many clients](#4-one-shape-with-many-clients) -5. [many overlapping shapes, each with a single client](#5-many-overlapping-shapes-each-with-a-single-client) -6. [many overlapping shapes, one client](#6-many-overlapping-shapes-one-client) +3. [many disjoint shapes](#_3-many-disjoint-shapes) +4. [one shape with many clients](#_4-one-shape-with-many-clients) +5. [many overlapping shapes, each with a single client](#_5-many-overlapping-shapes-each-with-a-single-client) +6. [many overlapping shapes, one client](#_6-many-overlapping-shapes-one-client) ### Initial sync