Package pfvisualizer.benchmark
Class ScenarioRunner
- java.lang.Object
-
- pfvisualizer.benchmark.ScenarioRunner
-
public class ScenarioRunner extends java.lang.ObjectA class for performing benchmarks using scenarios.
-
-
Constructor Summary
Constructors Constructor Description ScenarioRunner(Scenario[] scenarios, IO io, int iterations)Performs benchmarking.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkResultsrun()Runs benchmarks with all the pathfinding algorithms, prints progress notifications to IO and returns the results.
-
-
-
Method Detail
-
run
public BenchmarkResults run()
Runs benchmarks with all the pathfinding algorithms, prints progress notifications to IO and returns the results.- Returns:
- benchmark results
-
-