File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ been under development since 2018 and is now the dominant one and the only one b
22
22
23
23
[ 📊 Dashboard] ( https://otp-performance.leonard.io/ )
24
24
25
- We run a speed test (included in the code) to measure the performance for every PR merged into OTP.
25
+ We run a speed test (included in the code) to measure the performance for every PR merged into OTP.
26
26
27
27
[ More information about how to set up and run it.] ( ./test/performance/README.md )
28
28
29
29
## Repository layout
30
30
31
- The main Java server code is in ` application/src/main/ ` . OTP also includes a Javascript client
31
+ The main Java server code is in ` application/src/main/ ` . OTP also includes a Javascript client
32
32
based on the MapLibre mapping library in ` client/src/ ` . This client is now used for testing, with
33
33
most major deployments building custom clients from reusable components. The Maven build produces a
34
34
unified ("shaded") JAR file at ` otp-shaded/target/otp-shaded-VERSION.jar ` containing all necessary
You can’t perform that action at this time.
0 commit comments