-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does v5.27.1 Perform better than v5.26.0 ? #6579
Comments
@GitBenjamin We have a complete CHANGELOG file here: https://github.com/Project-OSRM/osrm-backend/blob/master/CHANGELOG.md It shows a summary of all changes merged for each release. You should scan that list and see if anything relevant to what you're testing seems to apply. My guess would be improved JSON result serialization in #6380 - that would matter when comparing |
Thanks @danpat, thanks for the tip! I thought it was caused by the following changes:
Now I can start with your prompt. I didn't realize that |
@GitBenjamin are you using |
I am using |
Hi, @SiarheiFedartsou
I found that when
"step=ture"
, the performance of the v5.27.1 route api was better than that of v5.26.0 I'm curious what have you done to improve performance?Compare the two versions:
Formula mode: (old_version - new_version) / old_version * 100
step=false
scene 600qpsstep=true
scene 400qpsThe text was updated successfully, but these errors were encountered: