python-bigquery-dataframes icon indicating copy to clipboard operation
python-bigquery-dataframes copied to clipboard

chore: add tpch q1 and make all benchmarks run with both ordered and unordered mode

Open Genesis929 opened this issue 1 year ago • 0 comments

Also refactored benchmarks and added a process to collect runtime on the client side to estimate user wait times.

Adjust the notebook benchmark, the regionalized.ipynb now will show multiple benchmark result based on location instead of one.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • [ ] Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • [ ] Ensure the tests and linter pass
  • [ ] Code coverage does not decrease (if any source code was changed)
  • [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

Example uploaded benchmark result can be found in metric project.

Example benchmark: https://paste.googleplex.com/6592531066519552

Example notebook benchmark: https://paste.googleplex.com/5252746808918016

Genesis929 avatar Jul 11 '24 19:07 Genesis929