Skip to content

Conversation

@arturgontijo
Copy link
Contributor

Description

This PR adds two optional new params to the benchmark cli subcommand:

1 - --keys-limit=N: Limits the number of keys processed during read and write benchmarks.
2 - --random-seed=M: Provides deterministic randomness for benchmark reproducibility by seeding the random number generator used for key shuffling.

The motivation here is that dealing with huge storage (multiple terabytes) the benchmark workflow could easily eat all the target machine resources, making it impossible (or very expensive) to complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants