bcgov / ols-router

BC Advanced Route Planner
https://bcgov.github.io/ols-router/
Apache License 2.0
23 stars 11 forks source link

Performance test on Test #252

Closed mraross closed 1 year ago

mraross commented 4 years ago

Ran 30 random origin/destination pair route requests in the Metro Van area using location services in action and router and geocoder in test as follows:

https://bcgov.github.io/ols-devkit/ols-demo/index.html?rt=tst&gc=dlv

Raw execution times (in ms): 80,20,185,1820,199,267,264,237,238,2,78,52,45,152,223,179,73,19,33,66,282,266,262,269,90,17,257,4,201,299

Used calculator.net to compute stats on raw execution times: https://www.calculator.net/statistics-calculator.html

and here's the results:

image.png

mraross commented 4 years ago

Ran 30 random origin/destination pair route requests from across the province using location services in action and router and geocoder in test as follows:

https://bcgov.github.io/ols-devkit/ols-demo/index.html?rt=tst&gc=dlv

Raw execution times (in ms): 871,921,26,147,776,876,174,826,85,866,104,583,1159,1243,62,152,32,12,1062,977,86,612,78,124,48,71,838,151,924,626

Used calculator.net to compute stats on raw execution times: https://www.calculator.net/statistics-calculator.html

and here's the results:

image

alixcote commented 1 year ago

Re-closing.