honojs / hono

Web framework built on Web Standards
https://hono.dev
MIT License
20.38k stars 584 forks source link

perf(serve-static): performance optimization for precompressed feature #3414

Closed usualoma closed 2 months ago

usualoma commented 2 months ago

The author should do the following, if applicable

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.78%. Comparing base (5f78e4e) to head (9aeb1cd). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3414 +/- ## ======================================= Coverage 95.77% 95.78% ======================================= Files 154 155 +1 Lines 9312 9314 +2 Branches 2730 2741 +11 ======================================= + Hits 8919 8921 +2 Misses 393 393 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yusukebe commented 2 months ago

@usualoma

Thanks! Perfect. I'll merge it now.