Ted Wilmes created TINKERPOP-1241: ------------------------------------- Summary: Create JMH benchmark viewer Key: TINKERPOP-1241 URL: https://issues.apache.org/jira/browse/TINKERPOP-1241 Project: TinkerPop Issue Type: Improvement Affects Versions: 3.1.1-incubating Reporter: Ted Wilmes Priority: Minor
JMH benchmarks results are saved to the {{gremlin-benchmark/benchmark}} directory in JSON format. It would be nice to have a simple way to view benchmark results side by side. Perhaps a simple index.html file with some javascript to view the results of runs side by side. JMH uses the method names to identify tests so that along with the test class name could be used to tie results from different runs together. This Jenkins [plugin|https://github.com/brianfromoregon/jmh-plugin] might have some interesting examples of visualization in it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)