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

[Developer][Archery] Report both items and bytes per second #27393

Open
asfimport opened this issue Feb 5, 2021 · 1 comment
Open

[Developer][Archery] Report both items and bytes per second #27393

asfimport opened this issue Feb 5, 2021 · 1 comment

Comments

@asfimport
Copy link

If google bench yields all 3 observations: bytes, items, and execution time, archery will report just bytes_per_second (it trumps items_per_second in archery).

Enhance archery to yield results for both bytes_per_second & items_per_second (if present).

Before:
"ArrayArrayKernel<Add, UInt64Type>/262144/0"

After:
"ArrayArrayKernelItems<Add, UInt64Type>/262144/0"
"ArrayArrayKernelBytes<Add, UInt64Type>/262144/0"

Reporter: Diana Clarke / @dianaclarke

PRs and other links:

Note: This issue was originally created as ARROW-11517. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Todd Farmer / @toddfarmer:
This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant