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