-
Notifications
You must be signed in to change notification settings - Fork 376
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
feat: add file-content mapping #449
Conversation
Code Coverage Report
|
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #449 +/- ##
==========================================
- Coverage 65.13% 64.78% -0.36%
==========================================
Files 217 217
Lines 13471 13521 +50
==========================================
- Hits 8775 8760 -15
- Misses 4696 4761 +65 ☔ View full report in Codecov by Sentry. |
fix bug for HTTP benchmarking.
When many clients visit js page, cinatra will memory leak.
Add file-mapping adapt to this situation.