Uses of Interface
org.benchy.repository.BenchmarkResultRepository

Packages that use BenchmarkResultRepository
org.benchy.repository   
org.benchy.runner   
 

Uses of BenchmarkResultRepository in org.benchy.repository
 

Classes in org.benchy.repository that implement BenchmarkResultRepository
 class FileBasedBenchmarkResultRepository
          A BenchmarkResultRepository that persist on file system.
 

Uses of BenchmarkResultRepository in org.benchy.runner
 

Constructors in org.benchy.runner with parameters of type BenchmarkResultRepository
DefaultBenchmarkRunner(BenchmarkResultRepository resultRepository)
          Creates a new DefaultBenchmarkRunner with the provided BenchmarkResultRepository where it stores the result.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.