Package io.trino.benchmark
Class BenchmarkSuite
- java.lang.Object
-
- io.trino.benchmark.BenchmarkSuite
-
public class BenchmarkSuite extends Object
-
-
Constructor Summary
Constructors Constructor Description BenchmarkSuite(LocalQueryRunner localQueryRunner, String outputDirectory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<AbstractBenchmark>createBenchmarks(LocalQueryRunner localQueryRunner)voidrunAllBenchmarks()
-
-
-
Constructor Detail
-
BenchmarkSuite
public BenchmarkSuite(LocalQueryRunner localQueryRunner, String outputDirectory)
-
-
Method Detail
-
createBenchmarks
public static List<AbstractBenchmark> createBenchmarks(LocalQueryRunner localQueryRunner)
-
runAllBenchmarks
public void runAllBenchmarks() throws IOException- Throws:
IOException
-
-