-
Notifications
You must be signed in to change notification settings - Fork 118
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
test: codspeed CI workflow #819
Conversation
tpch/benchmarks/queries_test.py
Outdated
_ = benchmark(q1, lineitem) | ||
_ = benchmark(q2, region, nation, supplier, part, partsupp) | ||
_ = benchmark(q3, customer, lineitem, orders) |
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.
I am not sure that having multiple benchmarks in a single test is ok π€
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.
You can use parametrize, yes, but you need to create different names for each result.
Maybe you did it, but just in case: Don't forget to add Narwhals to CodSpeed (you need admin rights). Even if you were able to previously test your fork. |
Maybe I am missing something, but checking in repo settings, I am able to see it enabled. Adding screenshots: And then in configure: From the error message it seems we still need a token? |
I don't have access to: repo settings OK. I didn't need a token. Plus it says that the repo has not been enabled. edit: |
I should have enabled it, I will make a commit to trigger all the workflows one more time :) Edit: Nice it works now ππΌπ |
CodSpeed Performance ReportCongrats! CodSpeed is installed π
You will start to see performance impacts in the reports once the benchmarks are run from your default branch.
|
@MarcoGorelli I will wait for an opinion before going rogue and implement all the queries π |
sure, looks good to me, thanks! |
Should this be closed? |
Hey @DeaMariaLeon thanks for the ping! Sure I will close this as it is out of sync and wait for #863 to be finished before putting more effort into it |
What type of PR is this? (check all applicable)
Related issues
Checklist
If you have comments or can explain your changes, please do so below.