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
Create >1GB db file and measure how long it takes to get hash kvs. This is critical for data corruption checking.
ref. #8554
The text was updated successfully, but these errors were encountered:
/cc @spzala
Sorry, something went wrong.
We are creating a benchmark put sub-command for this under #9866 Below is a snippet of few related examples output,
HaskKV Summary: HashKV: 1407003244 Endpoint: http://127.0.0.1:2379 Time taken to get hashkv: 917.035345ms DB size: 1.1 GB
HaskKV Summary: HashKV: 1286658187 Endpoint: http://127.0.0.1:2379 Time taken to get hashkv: 1.609064019s DB size: 2.1 GB
HaskKV Summary: HashKV: 4280873459 Endpoint: http://127.0.0.1:2379 Time taken to get hashkv: 4.971754313s DB size: 8.3 GB
spzala
No branches or pull requests
Create >1GB db file and measure how long it takes to get hash kvs.
This is critical for data corruption checking.
ref. #8554
The text was updated successfully, but these errors were encountered: