You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The benchmark must run on every build, and it must inform a reasonable metric of MB/s from reads and writes of a single commit-log shard. The side of the index and the log file should be configurable, as much as the size and total amount of records.
e.g.: "run a test with 10MB index, 20MB log, 1M messages of 100kb each"...
The text was updated successfully, but these errors were encountered:
Hi @marceloboeira, besides having a look at the consensus protocols, I'd like to work on this issue, if that's ok. Please note that I don't have experience with Rust and as such my turnover rate may not be the best. If you're ok with that I can take over this issue.
The current benchmark structure is not quite great.
See https://github.com/14-bits/voik/blob/master/src/benchmark.rs for more info.
Acceptance Criteria
The benchmark must run on every build, and it must inform a reasonable metric of
MB/s
from reads and writes of a single commit-log shard. The side of the index and the log file should be configurable, as much as the size and total amount of records.e.g.: "run a test with 10MB index, 20MB log, 1M messages of 100kb each"...
The text was updated successfully, but these errors were encountered: