Searched refs:Benchmark (Results 1 – 2 of 2) sorted by relevance
30 use Benchmark;32 $t0 = new Benchmark;116 $t1 = new Benchmark;
51 public class Benchmark { class66 public Benchmark() { in Benchmark() method in Benchmark73 result = new DataSheet(getFile("output/" + Benchmark.class.getName() + ".xml")); in beforeClass()