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

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

There is a newer version: 0.7.2
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 - 2024 Weber Informatics LLC | Privacy Policy