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

Benchmarks: Make number of records configurable via config #775

Open
QuantumDancer opened this issue Apr 16, 2024 · 0 comments
Open

Benchmarks: Make number of records configurable via config #775

QuantumDancer opened this issue Apr 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@QuantumDancer
Copy link
Collaborator

Currently, the benchmarking code provides several functions (real_case_record_size_*) that run the benchmarks with different numbers of records. If one wants to switch to a different number of records, the call to the function needs to be changed and the benchmark recompiled.

It would be nicer if we could specify the number of records (and maybe other parameters that are different in these functions) inside the config. This way, one can run different benchmarks without recompiling. Also, we then can use this to run a benchmark with a very small number of records for the CI test (see #774)

@QuantumDancer QuantumDancer added the enhancement New feature or request label Apr 16, 2024
@QuantumDancer QuantumDancer added this to the Release v0.6.0 milestone May 6, 2024
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
None yet
Development

No branches or pull requests

2 participants