You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/04/19 21:38:00 UTC

[jira] [Commented] (GEODE-9177) Add analysis script to dump benchmark output in tabular format

    [ https://issues.apache.org/jira/browse/GEODE-9177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325330#comment-17325330 ] 

ASF GitHub Bot commented on GEODE-9177:
---------------------------------------

upthewaterspout opened a new pull request #148:
URL: https://github.com/apache/geode-benchmarks/pull/148


   This analyzer reads all of the benchmark results and prints one row for each
   result. It does not do a comparison with a baseline.  For example:
   
   dump_results.sh resultDir1 resultDir2 resultDir3
   > Task :harness:dumpRun
   Directory                                Benchmark                      ops/sec          avg latency(ms)  99%% latency(ms)
   partition-10-1-thread-1K-values          PartitionBenchmark             52143.62         0.0763           0.1348
   partition-10-16-thread-1K-value          PartitionBenchmark             232304.35        0.2747           0.6400
   partition-10-4-thread-1K-values          PartitionBenchmark             134713.40        0.1182           0.2440


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add analysis script to dump benchmark output in tabular format
> --------------------------------------------------------------
>
>                 Key: GEODE-9177
>                 URL: https://issues.apache.org/jira/browse/GEODE-9177
>             Project: Geode
>          Issue Type: Improvement
>          Components: benchmarks
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>
> When running many benchmarks, it would be nice to get the output in a format that is easy viewed as a table and copied and pasted into an excel sheet.



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