mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2026-04-02 21:43:07 +02:00
13 lines
627 B
Markdown
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).
|