Package org.eclipse.jgit.benchmarks
Class LookupFileStoreBenchmark
- java.lang.Object
-
- org.eclipse.jgit.benchmarks.LookupFileStoreBenchmark
-
- Direct Known Subclasses:
LookupFileStoreBenchmark_jmhType_B1
public class LookupFileStoreBenchmark extends Object
-
-
Constructor Summary
Constructors Constructor Description LookupFileStoreBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
setupBenchmark()
void
teardown()
FileStore
testLookupFileStore()
-
-
-
Method Detail
-
setupBenchmark
public void setupBenchmark() throws IOException
- Throws:
IOException
-
teardown
public void teardown() throws IOException
- Throws:
IOException
-
testLookupFileStore
public FileStore testLookupFileStore() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-