-
Notifications
You must be signed in to change notification settings - Fork 197
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
Fix primitives benchmarks #1389
Fix primitives benchmarks #1389
Conversation
Thanks for fixing this @ahendriksen. I'm not sure what happened in the ann benchmarks PR but I had originally fixed this in the ann benchmarks PR (see this file) and it looks like it was reverted. I think there was also a bad merge downstream at some point because the |
No problem. Happens to me all the time as well. Merge commits can be quite huge..
To (1): It looks like the changes from To (2): This PR already deletes |
Unexpected build failure:
Will fix, but the tests should have caught this in the previous PR already right? |
Unfortunately, I think those macros were removed after the file I linked above was reverted, which would explain why they weren't erroring in CI prior. For some background- these macros were deprecated over a year ago now so they shouldn't have been used in the first place.
Thanks. For some reason that file isn't showing up in the file list on the "Files Changed" tab so I missed it. |
I overlooked. The compilation error was actually in a bench. In any case, it is fixed :) |
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.
LGTM. Thanks for fixing this!
/merge |
Due to some typos in #1304, the benchmarks are not built any more.
I have fixed this in this PR. I think it is important that this PR goes into 23.04, otherwise we will not have benchmarks for two months in the stable release.