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(Date date, String benchmarkName)
          Loads all the testresults for a specific benchmark executed on a specific date.
 BenchmarkResult FileBasedBenchmarkResultRepository.load(Date date, String benchmarkName)
           
 BenchmarkResult BenchmarkResultRepository.loadLast(Date date, String benchmarkName)
           
 BenchmarkResult FileBasedBenchmarkResultRepository.loadLast(Date date, String benchmarkName)
           
 BenchmarkResult BenchmarkResultRepository.loadLast(String benchmark)
           
 BenchmarkResult FileBasedBenchmarkResultRepository.loadLast(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.