We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the Issue (Bug/Feature) or Change log description
Feature: Add SBK driver for H2 database(https://h2database.com/html/main.html).
Purpose of the change
By adding the H2 database driver, we can get the performance benchmarking for it using SBK.
What the code does
The code and all its related files adds a driver for H2 database.
How to verify it
Use the command build\install\sbk\bin\sbk -class h2 -writers 1 -size 100 -seconds 100 to get the performance benchmarking for H2 database.
build\install\sbk\bin\sbk -class h2 -writers 1 -size 100 -seconds 100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Issue (Bug/Feature) or Change log description
Feature: Add SBK driver for H2 database(https://h2database.com/html/main.html).
Purpose of the change
By adding the H2 database driver, we can get the performance benchmarking for it using SBK.
What the code does
The code and all its related files adds a driver for H2 database.
How to verify it
Use the command
build\install\sbk\bin\sbk -class h2 -writers 1 -size 100 -seconds 100
to get the performance benchmarking for H2 database.The text was updated successfully, but these errors were encountered: