[
https://issues.apache.org/jira/browse/ARROW-11517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Diana Clarke updated ARROW-11517:
---------------------------------
Description:
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
(is present).
Before:
{{"ArrayArrayKernel<Add, UInt64Type>/262144/0"}}
After:
{{"ArrayArrayKernelItems<Add, UInt64Type>/262144/0"}}
{{"ArrayArrayKernelBytes<Add, UInt64Type>/262144/0"}}
was:
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
(is present).
Before:
{{"ArrayArrayKernel<Add, UInt64Type>/262144/0"}}
After:
{{"ArrayArrayKernelItems<Add, UInt64Type>/262144/0"}}
{{"ArrayArrayKernelBytesItems<Add, UInt64Type>/262144/0"}}
> [Developer] Archery: report both items and bytes per second
> -----------------------------------------------------------
>
> Key: ARROW-11517
> URL: https://issues.apache.org/jira/browse/ARROW-11517
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Diana Clarke
> Assignee: Diana Clarke
> Priority: Major
>
> 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
> (is present).
> Before:
> {{"ArrayArrayKernel<Add, UInt64Type>/262144/0"}}
> After:
> {{"ArrayArrayKernelItems<Add, UInt64Type>/262144/0"}}
> {{"ArrayArrayKernelBytes<Add, UInt64Type>/262144/0"}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)