Uses of Class
org.benchy.BenchmarkResult

Packages that use BenchmarkResult
org.benchy.repository   
 

Uses of BenchmarkResult in org.benchy.repository
 

Methods in org.benchy.repository that return BenchmarkResult
 BenchmarkResult BenchmarkResultRepository.load(java.util.Date date, java.lang.String benchmarkName)
          Loads all the testresults for a specific benchmark executed on a specific date.
 BenchmarkResult FileBasedBenchmarkResultRepository.load(java.util.Date date, java.lang.String benchmarkName)
           
 BenchmarkResult BenchmarkResultRepository.loadLast(java.util.Date date, java.lang.String benchmarkName)
           
 BenchmarkResult FileBasedBenchmarkResultRepository.loadLast(java.util.Date date, java.lang.String benchmarkName)
           
 BenchmarkResult BenchmarkResultRepository.loadLast(java.lang.String benchmark)
           
 BenchmarkResult FileBasedBenchmarkResultRepository.loadLast(java.lang.String benchmark)
           
 

Methods in org.benchy.repository with parameters of type BenchmarkResult
 void BenchmarkResultRepository.store(BenchmarkResult result)
          Stores the BenchmarkResult in the repository.
 void FileBasedBenchmarkResultRepository.store(BenchmarkResult benchmarkResult)
           
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.