-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
perf(balancer) use luajit string.buffer to serialize health checker data #8950
Conversation
054d633
to
61f49de
Compare
Hi bungle, this So I think we should not spend time on it, or you can create PR for health check library but not here. |
I add this feature in health check library, Kong/lua-resty-healthcheck#109 |
I think we can still merge this feature and test it even before the health library implements this. And it is a small change, if this file is finally removed we will have no losses. |
🚀 Performance test resultTest Suite: 01-rps 02-flamegraph (baseline,single_route,simple) Click to expand
Download Artifacts for detailed results and interactive SVG flamegraphs. |
Summary
Use luajit string.buffer to serialize health checker data.