-
Notifications
You must be signed in to change notification settings - Fork 483
Add a benchmark for stages of event mixing #14705
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| DECLARE_SOA_COLUMN_FULL(X, x, float, "x"); | ||
| DECLARE_SOA_COLUMN_FULL(Y, y, float, "y"); | ||
| DECLARE_SOA_COLUMN_FULL(Z, z, float, "z"); | ||
| DECLARE_SOA_DYNAMIC_COLUMN(Sum, sum, [](float x, float y) { return x + y; }); |
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.
Why was this removed?
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 thought that this column is not used anywhere in the benchmark. But, indeed, maybe it influences the timing of iterating over the table.
|
Please, squash the commits which can be squashed together so that it's easier to review the changes. |
b680a4f to
f3e0120
Compare
I cleaned the PR history. |
|
This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days. |
FYI @chefxxx @MykhailoShamrai