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

2021-04-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated ARROW-12330:
---
Labels: pull-request-available  (was: )

> [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: 10m
>  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/28.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 baselinecontender  change % counters
>  SetBitsTo/161.877 GiB/sec1.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)


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

2021-04-11 Thread Kazuaki Ishizaki (Jira)


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

Kazuaki Ishizaki updated ARROW-12330:
-
Description: 
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/28.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 baselinecontender  change % counters
 SetBitsTo/161.877 GiB/sec1.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}

  was:
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/28.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 baselinecontender  change % counters
 SetBitsTo/161.877 GiB/sec1.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}


> [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
> Fix For: 4.0.0
>
>
> 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/28.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 baselinecontender  change % counters
>  SetBitsTo/161.877 GiB/sec1.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)