You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Diana Clarke (Jira)" <ji...@apache.org> on 2021/02/05 23:45:00 UTC

[jira] [Created] (ARROW-11517) [Developer] Report both items and bytes per second

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)