pepijnve opened a new pull request, #16357: URL: https://github.com/apache/datafusion/pull/16357
## Which issue does this PR close? None ## Rationale for this change The TPCH benchmark currently includes the time it takes to find and read the SQL queries from disk in the measured time. This is not actually part of the benchmarked code, so it should be outside of the timed span. This change might remove some jitter from the tpch memory benchmarks. ## What changes are included in this PR? Move reading of SQL queries outside of the timed span. ## Are these changes tested? Manual testing ## Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
