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

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



Copyright © 2008-2010 Multiverse. All Rights Reserved.