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

db_bench: Allow running multiple benchmarks each with its own configuration #220

Closed
udi-speedb opened this issue Nov 8, 2022 · 0 comments · Fixed by #250
Closed

db_bench: Allow running multiple benchmarks each with its own configuration #220

udi-speedb opened this issue Nov 8, 2022 · 0 comments · Fixed by #250
Assignees
Labels
enhancement New feature or request

Comments

@udi-speedb
Copy link
Contributor

udi-speedb commented Nov 8, 2022

This is a new db_bench feature
db_bench allows running multiple benchmarks in a single invocation. However, all of the benchmarks share the same configuration
This feature will allow a user to override the common configuration and have each benchmark run with its own (possibly unique) configuration.
For example (Just to demo the idea):
Common options:
option1 = A
option2 = B

Benchmarks:
b1 option1=A, option2=B
b2 option1=A1
b3 option3=C

The outcome:
b1 option1=A, option2=B, option3=default
b2 option1=A1, option2=B, option3=default
b3 option1=A, option2=B, option3=C

@udi-speedb udi-speedb self-assigned this Nov 8, 2022
udi-speedb added a commit that referenced this issue Nov 20, 2022
udi-speedb added a commit that referenced this issue Nov 20, 2022
Yuval-Ariel pushed a commit that referenced this issue Nov 27, 2022
… its own config (#220)

db_bench: Fix minor issues slipped in #220 - supporting groups in db_bench (#258)

Fix minor compilation issue introduced by #220
@bosmatt bosmatt moved this to 🏗️ Working on it in Speedb Roadmap Dec 21, 2022
@Guyme Guyme moved this from 🏗️ Working on it to ✅ Shipped in Speedb Roadmap Dec 22, 2022
Yuval-Ariel pushed a commit that referenced this issue Apr 30, 2023
… its own config (#220)

db_bench: Fix minor issues slipped in #220 - supporting groups in db_bench (#258)

Fix minor compilation issue introduced by #220
Yuval-Ariel added a commit that referenced this issue May 1, 2023
Yuval-Ariel pushed a commit that referenced this issue May 4, 2023
… its own config (#220)

db_bench: Fix minor issues slipped in #220 - supporting groups in db_bench (#258)

Fix minor compilation issue introduced by #220
Yuval-Ariel added a commit that referenced this issue May 4, 2023
udi-speedb added a commit that referenced this issue Nov 13, 2023
… its own config (#220)

db_bench: Fix minor issues slipped in #220 - supporting groups in db_bench (#258)

Fix minor compilation issue introduced by #220
udi-speedb pushed a commit that referenced this issue Nov 13, 2023
udi-speedb added a commit that referenced this issue Nov 15, 2023
… its own config (#220)

db_bench: Fix minor issues slipped in #220 - supporting groups in db_bench (#258)

Fix minor compilation issue introduced by #220
udi-speedb pushed a commit that referenced this issue Nov 15, 2023
udi-speedb added a commit that referenced this issue Dec 3, 2023
… its own config (#220)

db_bench: Fix minor issues slipped in #220 - supporting groups in db_bench (#258)

Fix minor compilation issue introduced by #220
udi-speedb pushed a commit that referenced this issue Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Shipped
1 participant