All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.carrotsearch.junitbenchmarks.db.HistoryChartGenerator.jsonp Maven / Gradle / Ivy

Go to download

A framework for writing performance micro-benchmarks using JUnit4 annotations, forked from https://github.com/carrotsearch/junit-benchmarks.

There is a newer version: 0.7.4-scijava
Show newest version
receiveJsonpData({
"cols": [
{"label": "Run", "type": "string"},
{"label": "Custom key", "type": "string"},
{"label": "Timestamp", "type": "string"},
{"label": "testMethodA", "type": "string"} ,
{"label": "testMethodC", "type": "string"} ],
"rows": [
{"c": [{"v": "1"}, {"v": "custom-key"}, {"v": "2010-02-26 17:57:03.165"}, {"v": 0.01}, {"v": 0.01}, ]},
{"c": [{"v": "2"}, {"v": "custom-key"}, {"v": "2010-02-26 17:57:03.591"}, {"v": 0.009}, {"v": 0.012}, ]},
{"c": [{"v": "3"}, {"v": "custom-key"}, {"v": "2010-02-26 17:57:03.591"}, {"v": 0.008}, {"v": 0.013}, ]},
]});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy