Add a benchmark for stages of event mixing#14705
Add a benchmark for stages of event mixing#14705saganatt wants to merge 2 commits intoAliceO2Group:devfrom
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.
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