We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a96a1 commit 0fcb209Copy full SHA for 0fcb209
1 file changed
pages/docs/performance/index.md
@@ -25,7 +25,7 @@ The benchmark can be reproduced using the [crdt-benchmarks](https://github.com/z
25
- Automerge can perform the `B4` benchmark in about 1 second (see `time`) if all
26
changes are applied within a single `change` transaction. However, our
27
benchmarks test individual edits that generate individual update events as
28
- this more closely simulates actual user behavior. See #21
+ this more closely simulates actual user behavior.
29
- Note that `parseTime` is significantly higher with `automerge` and `loro` when
30
the initial document is not empty (e.g. when syncing content from a remote
31
server).
0 commit comments