-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do benchmark operations of the document #180
Comments
@mojosoeun informed us an article comparing performance between CRDT libraries. This article is interesting because it contains ideas for improving performance using the physical characteristics of computers. We need to compare Yorkie Document performance with other libraries by running the benchmark introduced in this article. We can also find the tuning points introduced in the article to speed up Yorkie Document. |
This issue looks interesting, I'd like to do this. |
Benchmark - pkg/document/document_test.go - Simple operations - Automerge editing trace (editing-trace.json). Based on https://github.com/automerge/automerge-perf
Benchmark - pkg/document/document_test.go - Simple operations - Automerge editing trace (editing-trace.json). Based on https://github.com/automerge/automerge-perf
Benchmark - pkg/document/document_test.go - Simple operations - Automerge editing trace (editing-trace.json). Based on https://github.com/automerge/automerge-perf
Description:
Do benchmark operations of the document.
Why:
We can find the bottlenecks of operations and perform performance optimization.
The text was updated successfully, but these errors were encountered: