-
Notifications
You must be signed in to change notification settings - Fork 2
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
Benchmark Welo #37
Comments
Because of how Benchmark.js works, either the database operations need to be more consistent or I have to to benchmark the database another way. |
Benchmarking the important metrics, replica read/write, another way until the database operations are more consistent seems like the best option. |
It's possible that I was not using Benchmark.js correctly with asynchronous code. Will have to check again. |
Current benchmarks are good enough to move forward |
It's important to write benchmarks to understand the capability of the system and to track the effect of changes.
Will add benchmarks with benchmark.js and track them with github-action-benchmark.
add benchmark for reads #44add benchmark for state calculation #45add benchmark for replication #46add benchmark for traversal #47github-action-benchmark pr commentgithub-action-benchmark gh pages chartThe text was updated successfully, but these errors were encountered: