Searched refs:testAnnotation (Results 1 – 2 of 2) sorted by relevance
161 void configure(ManualBenchmarkTest testAnnotation) { in configure() argument162 if (testAnnotation == null) { in configure()166 final long warmupDurationNs = testAnnotation.warmupDurationNs(); in configure()170 final long targetTestDurationNs = testAnnotation.targetTestDurationNs(); in configure()174 final StatsReport statsReport = testAnnotation.statsReport(); in configure()
34 public void testAnnotation() throws Exception { in testAnnotation() method in Test