-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enable more benchmark verification tests #4044
Conversation
Benchmark runs are scheduled for baseline = 5cf090a and contender = bec3856. bec3856 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Thanks @andygrove |
* Fix Decimal and Floating type coerce rule * Enable more queries in benchmark verification tests * update comparison_binary_numeric_coercion * revert type coercin change in comparison_binary_numeric_coercion * smaller tolerance Co-authored-by: Liang-Chi Hsieh <[email protected]>
Which issue does this PR close?
Closes #4026
Closes #4025
Closes #4023
This replaces #4037
Rationale for this change
Enable all benchmark verification tests except for q6 (see #4024)
What changes are included in this PR?
Enable tests for q9, q11, q14, q17
Are there any user-facing changes?