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

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

     [ https://issues.apache.org/jira/browse/ARROW-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs resolved ARROW-12330.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request 9985
[https://github.com/apache/arrow/pull/9985]

> [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
>            Assignee: Kazuaki Ishizaki
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The issue is that ARROW-11189 always suppressed values inĀ {{counters}} column of Archery benchmark
> {code:java}
> % archery benchmark diff --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)