Searched refs:caliperOptions (Results 1 – 1 of 1) sorted by relevance
71 static Run provideRun(UUID uuid, CaliperOptions caliperOptions, Instant startTime) { in provideRun() argument72 return new Run.Builder(uuid).label(caliperOptions.runName()).startTime(startTime).build(); in provideRun()