HomeSort by relevance Sort by last modified time
    Searched refs:FakeBenchmark (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_run_unittest.py 38 class FakeBenchmark(benchmark_module.Benchmark):
40 super(FakeBenchmark, self).__init__(max_failures)
59 raise Exception('Can only create the story set once per FakeBenchmark')
81 benchmarkclass = FakeBenchmark
  /external/caliper/caliper/src/test/java/com/google/caliper/options/
ParsedOptionsTest.java 168 public static class FakeBenchmark {}
170 private static final String CLASS_NAME = FakeBenchmark.class.getName();

Completed in 834 milliseconds