Skip to content

skjolber/otp-benchmark

Repository files navigation

otp-benchmark

Project for benchmarking popular open source project Open Trip Planner using JMH.

Bugs, feature suggestions and help requests can be filed with the issue-tracker.

License

Apache 2.0

Obtain

The project is based on Gradle.

Usage

Modify the build version to your current snapshot, then run

./gradlew clean jmhClasses jmh --info

If the JMH plugin seems to have trouble refreshing the project, restart the Gradle deamon before running:

./gradlew --stop && ./gradlew clean jmhClasses jmh --info

And also optionally refresh the dependencies using

./gradlew --stop && ./gradlew clean jmhClasses jmh --refresh-dependencies --info

Open the file ./jmh-benchmark/build/reports/jmh/index.html to view a visualization of the results.

Benchmarks

  • Load GTFS feed (from ZIP archive) - single shot

History

  • 1.0.0: Initial version

Releases

No releases published

Packages

No packages published

Languages