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

com.carrotsearch.junitbenchmarks.db.MethodChartGenerator.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":"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}]}]
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy