Skip to content

Conversation

@yassernasc
Copy link
Contributor

The harness file was adapted from https://github.com/holepunchto/bare/blob/main/bench/harness.js.

The idea is to evolve the PR to use paparam to create a CLI interface with options to customize the values used by RocksDB options and also options to customize some hard-coded values from the hardness file.

package.json Outdated
Comment on lines 13 to 15
"bin": {
"rocksdb-bench": "bench/cli.js"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bin": {
"rocksdb-bench": "bench/cli.js"
},

This will cause the published package to try to install bench/cli.js, which it can't and shouldn't. The CLI must be strictly internal.

@kasperisager
Copy link
Contributor

The general approach is good 👍

@yassernasc yassernasc marked this pull request as ready for review November 14, 2025 21:36
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.

3 participants