Skip to content
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

add support and examples for running benchmarks with maven #128

Closed
timveil opened this issue Mar 10, 2022 · 0 comments · Fixed by #129
Closed

add support and examples for running benchmarks with maven #128

timveil opened this issue Mar 10, 2022 · 0 comments · Fixed by #129

Comments

@timveil
Copy link
Collaborator

timveil commented Mar 10, 2022

would like to be able to run benchmarks directly from maven without having to first package benchbase. This would be similar to running the benchmarks directly from an IDE. For example something like this should be possible to run ycsb against postgres...

 mvn compile exec:java -Dexec.args="-b ycsb -c config/postgres/sample_ycsb_config.xml --create=true --load=true --execute=true" -P postgres

timveil added a commit to timveil-cockroach/benchbase that referenced this issue Mar 10, 2022
timveil added a commit that referenced this issue Mar 11, 2022
…129)

* working on issue #128; adding exec plugin and fixing getClass method

* updating readme

* cleaning up readme example
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 a pull request may close this issue.

1 participant