-
Notifications
You must be signed in to change notification settings - Fork 113
chore[bench]: have --skip-generate option and only create iterators for tpch when needed
#4328
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
Conversation
…hen needed Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
--skip_generate option and only create iterators for tpch when needed--skip-generate option and only create iterators for tpch when needed
…hen needed Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
|
|
||
| /// Run a benchmark using the provided implementation and configuration | ||
| pub fn run_benchmark<B: Benchmark>(benchmark: B, config: DriverConfig) -> Result<()> { | ||
| // Generate data for each target (idempotent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So was it not idempotent before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was, the file was not rewritten, but lots of extra work was gone and then not done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this just allow a future escape hatch
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Benchmarks: TPC-H SF=1 on NVMETable of Results
|
Benchmarks: TPC-H SF=1 on S3Table of Results
|
Unable to generate the performance reportThere was an internal error while processing the run's data. We're working on fixing the issue. Feel free to contact us on Discord or at support@codspeed.io if the issue persists. |
Benchmarks: compressTable of Results
|
Benchmarks: Clickbench on NVMETable of Results
|
Benchmarks: TPC-DS SF=1 on NVMETable of Results
|
No description provided.