We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have wrote a simple test to get the performance of floyd
write 10000 cost time microsecond(us) 8136502, qps 1229 Node | Role | Term | CommitIdx | Leader | VoteFor | LastLogTerm | LastLogIdx | LastApplyIdx | 127.0.0.1:8901 leader 2 10000 127.0.0.1:8901 127.0.0.1:8901 2 10000 10000 127.0.0.1:8902 follower 2 10000 127.0.0.1:8901 127.0.0.1:8901 2 10000 10000 127.0.0.1:8903 follower 2 10000 127.0.0.1:8901 127.0.0.1:8901 2 10000 10000 127.0.0.1:8904 follower 2 10000 127.0.0.1:8901 127.0.0.1:8901 2 10000 10000 127.0.0.1:8905 follower 2 10000 127.0.0.1:8901 127.0.0.1:8901 2 10000 10000 write 10000 cost time microsecond(us) 8325906, qps 1201 Node | Role | Term | CommitIdx | Leader | VoteFor | LastLogTerm | LastLogIdx | LastApplyIdx | 127.0.0.1:8901 leader 2 20000 127.0.0.1:8901 127.0.0.1:8901 2 20000 20000 127.0.0.1:8902 follower 2 20000 127.0.0.1:8901 127.0.0.1:8901 2 20000 20000 127.0.0.1:8903 follower 2 20000 127.0.0.1:8901 127.0.0.1:8901 2 20000 20000 127.0.0.1:8904 follower 2 20000 127.0.0.1:8901 127.0.0.1:8901 2 20000 20000 127.0.0.1:8905 follower 2 20000 127.0.0.1:8901 127.0.0.1:8901 2 20000 20000
it's qps is about 1000+, it is to low, so we had better to improve it
The text was updated successfully, but these errors were encountered:
right now, it's qps is about 1.2w. However, it still has very large room for improving.
Sorry, something went wrong.
baotiao
No branches or pull requests
I have wrote a simple test to get the performance of floyd
it's qps is about 1000+, it is to low, so we had better to improve it
The text was updated successfully, but these errors were encountered: