You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kazuaki Ishizaki (Jira)" <ji...@apache.org> on 2021/04/11 14:42:00 UTC

[jira] [Created] (ARROW-12330) [Developer] Restore values in counters column of Archery benchmark

Kazuaki Ishizaki created ARROW-12330:
----------------------------------------

             Summary: [Developer] Restore values in counters column of Archery benchmark
                 Key: ARROW-12330
                 URL: https://issues.apache.org/jira/browse/ARROW-12330
             Project: Apache Arrow
          Issue Type: Bug
          Components: Developer Tools
    Affects Versions: 3.0.0
            Reporter: Kazuaki Ishizaki
             Fix For: 4.0.0


The issue is that ARROW-11189 always suppressed values inĀ {{counters}} column of Archery benchmark

{code}
% archery benchmark run --benchmark-filter="SetBitsTo" --output=head2.json HEAD HEAD~1
...
---------------------------------------------------------------------------
Benchmark                 Time             CPU   Iterations UserCounters...
---------------------------------------------------------------------------
SetBitsTo/2            8.15 ns         8.15 ns     81991087 bytes_per_second=234.044M/s
SetBitsTo/16           7.78 ns         7.78 ns     89928878 bytes_per_second=1.91429G/s
SetBitsTo/1024         13.9 ns         13.9 ns     50372172 bytes_per_second=68.6182G/s
SetBitsTo/131072       3508 ns         3508 ns       199335 bytes_per_second=34.7944G/s
----------------------------------------------------------------------
Non-regressions: (4)
----------------------------------------------------------------------
        benchmark         baseline        contender  change % counters
     SetBitsTo/16    1.877 GiB/sec    1.914 GiB/sec     1.975       {}
      SetBitsTo/2  230.566 MiB/sec  234.044 MiB/sec     1.509       {}
 SetBitsTo/131072   34.722 GiB/sec   34.794 GiB/sec     0.207       {}
   SetBitsTo/1024   68.593 GiB/sec   68.618 GiB/sec     0.037       {}
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)