[
https://issues.apache.org/jira/browse/GEODE-9177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326808#comment-17326808
]
ASF subversion and git services commented on GEODE-9177:
--------------------------------------------------------
Commit ec0a2252ab9c25db242ab438856a673662932287 in geode-benchmarks's branch
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode-benchmarks.git;h=ec0a225 ]
GEODE-9177: Adding a new analyzer that dumps data in a tabular format (#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
> 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
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> 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)