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

[FEA] Add performance test framework for non-UTC time zone features. #10076

Closed
res-life opened this issue Dec 19, 2023 · 0 comments · Fixed by #10078
Closed

[FEA] Add performance test framework for non-UTC time zone features. #10076

res-life opened this issue Dec 19, 2023 · 0 comments · Fixed by #10078
Assignees
Labels
feature request New feature or request

Comments

@res-life
Copy link
Collaborator

res-life commented Dec 19, 2023

Is your feature request related to a problem? Please describe.
For non-UTC new features in link, we need to ensure the performance on GPU is good enough compared to CPU.
We need a framework to enable a quick performance test for the new operators.

Describe the solution you'd like

  • Create a data frame try to conver all the needed data types.
  • Print the elapsed time in CSV format for GPU and CPU to compare.
  • Aim to perf test not correctness test, so data will be highly duplicated.
  • Eliminate the impact from file scan.
  • Can not utilize bigDataGen because it's based on CPU.
@res-life res-life added feature request New feature or request ? - Needs Triage Need team to review and classify labels Dec 19, 2023
@res-life res-life self-assigned this Dec 19, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants