Skip to content

Commit

Permalink
(website) Fix benchmark links (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
robacourt authored Dec 10, 2024
1 parent ddcdc30 commit 1bfdb66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docs/reference/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bfdb66

Please sign in to comment.