-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
benchmark: add a command test
to the benchmark tool
#257
Comments
ijsong
added a commit
to ijsong/varlog
that referenced
this issue
Dec 8, 2022
This patch adds a new command `test` to the benchmark tool. It runs benchmark testing that is already implemented. We will add more commands like save and serve to support various functionalities. Resolves kakao#257
ijsong
added a commit
to ijsong/varlog
that referenced
this issue
Dec 12, 2022
This patch adds a new flag - `--print-json` to the benchmark tool's test command. This flag lets the benchmark print to its output as JSON. Updates kakao#257
This was referenced Dec 12, 2022
ijsong
added a commit
to ijsong/varlog
that referenced
this issue
Dec 13, 2022
This patch adds a new command, `save,` to the benchmark and stores benchmark results in the database. Updates kakao#257
ijsong
added a commit
to ijsong/varlog
that referenced
this issue
Dec 13, 2022
This patch adds a new command, `save,` to the benchmark and stores benchmark results in the database. Updates kakao#257
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the benchmark tool has no command. It needs commands such as test, save, server, and so on to support various functionalities. At first, we need a command
test
to run existing benchmark testing.The text was updated successfully, but these errors were encountered: