Skip to content
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

Fix/hono quick #96

Merged
merged 4 commits into from
Aug 2, 2024
Merged

Fix/hono quick #96

merged 4 commits into from
Aug 2, 2024

Conversation

Kanahiro
Copy link
Owner

@Kanahiro Kanahiro commented Aug 2, 2024

honojs/hono#1109

hono/quick seems to be faster in routing for 30ms.
This change omits regex in routing but regex is not essential part for this server.
Launching time is much critical because chiitiler aims to be easy to scale out.

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.18%. Comparing base (06225b9) to head (f6b2b27).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   59.18%   59.18%           
=======================================
  Files          19       19           
  Lines        1426     1426           
  Branches       95       95           
=======================================
  Hits          844      844           
  Misses        579      579           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Kanahiro Kanahiro merged commit 1d8d24b into main Aug 2, 2024
3 checks passed
@Kanahiro Kanahiro deleted the fix/hono-quick branch August 2, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant