Uses of Interface
org.benchy.repository.BenchmarkResultRepository

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

Uses of BenchmarkResultRepository in org.benchy.executor
 

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

Uses of BenchmarkResultRepository in org.benchy.repository
 

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



Copyright © 2008-2010 Multiverse. All Rights Reserved.