com.carrotsearch.junitbenchmarks.db.MethodChartGenerator.jsonp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-benchmarks Show documentation
Show all versions of junit-benchmarks Show documentation
A framework for writing performance micro-benchmarks using JUnit4 annotations.
receiveJsonpData({
"cols":
[{"label":"Test", "type":"string"},
{"label":"Round time", "type":"number"},
{"label":"StdDev","type":"number"},
{"label":"GC time","type":"number"},
{"label":"GC invocations","type":"number"}],
"rows":
[{"c":[{"v":"testMethodA"}, {"v":0.15}, {"v":0.02}, {"v":0.02}, {"v":0}]},
{"c":[{"v":"testMethodB"}, {"v":0.24},{"v":0.05},{"v":0.05},{"v":3}]}]
});