Diana Clarke created ARROW-11517: ------------------------------------ Summary: [Developer] 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
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"} -- This message was sent by Atlassian Jira (v8.3.4#803005)