OpenTripPlanner/application/src/test/java/org/opentripplanner/transit/speed_test/package.md
2026-01-13 11:13:04 +02:00

13 lines
627 B
Markdown

# SpeedTest
This package contains the SpeedTest used to performance tune the Raptor algorithm. Code
inside this package should not be used outside this package.
When changing the core logic of Raptor this test can be used to detect changes in the result and
performance.
To run the SpeedTest use the {@code --help} option to se the documentation. There is not much
documentation on this tool, hopefully with time, we will add more doc and maybe automate part of
this test.
Example input files, setup, and documentation are included in the performance test folder [/test/performance/README.md](/test/performance/README.md).