Class BenchmarkTestSuite
java.lang.Object
org.episteme.benchmarks.testing.BenchmarkTestSuite
Infrastructure for grouping benchmarks into functional suites.
Supports "sub-scenarios": running the same benchmark with different parameters.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddScenario(RunnableBenchmark benchmark, String description, Map<String, String> parameters) getName()
-
Constructor Details
-
BenchmarkTestSuite
-
-
Method Details
-
getName
-
addScenario
public void addScenario(RunnableBenchmark benchmark, String description, Map<String, String> parameters) -
getScenarios
-