Too slow performance of HTTP
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 81
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
When testing the server url with pthread designed generator/consumer, we can reach about 800k response/s. but when http.server is tested via wrk, the performance drops significantly by a factor of 10 on the same query, now only getting about 60k response/s
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the comparison between the pthread generator/consumer and wrk against the same server URL and query. Trace the http.server request path while measuring both cases; done means the tenfold performance gap is characterized and a verified improvement or concrete cause is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- api, backend, performance
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100