Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into timing-cross-origin…
Browse files Browse the repository at this point in the history
…-function
  • Loading branch information
yusukebe committed May 3, 2024
2 parents fb07fb4 + a5c48ff commit 95400cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- [ ] Add tests
- [ ] Run tests
- [ ] `yarn denoify` to generate files for Deno
- [ ] `bun denoify` to generate files for Deno
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ npm create hono@latest
- **Batteries Included** 🔋 - Hono has built-in middleware, custom middleware, and third-party middleware. Batteries included.
- **Delightful DX** 😃 - Super clean APIs. First-class TypeScript support. Now, we've got "Types".

## Benchmarks

**Hono is the fastest**, compared to other routers for Cloudflare Workers.

```
Hono x 510,171 ops/sec ±4.61% (82 runs sampled)
itty-router x 285,810 ops/sec ±4.13% (85 runs sampled)
sunder x 345,272 ops/sec ±4.46% (87 runs sampled)
worktop x 203,468 ops/sec ±3.03% (91 runs sampled)
Fastest is Hono
✨ Done in 28.68s.
```

## Documentation

The documentation is available on [hono.dev](https://hono.dev).
Expand Down
13 changes: 0 additions & 13 deletions deno_dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ npm create hono@latest
- **Batteries Included** 🔋 - Hono has built-in middleware, custom middleware, and third-party middleware. Batteries included.
- **Delightful DX** 😃 - Super clean APIs. First-class TypeScript support. Now, we've got "Types".

## Benchmarks

**Hono is the fastest**, compared to other routers for Cloudflare Workers.

```
Hono x 510,171 ops/sec ±4.61% (82 runs sampled)
itty-router x 285,810 ops/sec ±4.13% (85 runs sampled)
sunder x 345,272 ops/sec ±4.46% (87 runs sampled)
worktop x 203,468 ops/sec ±3.03% (91 runs sampled)
Fastest is Hono
✨ Done in 28.68s.
```

## Documentation

The documentation is available on [hono.dev](https://hono.dev).
Expand Down

0 comments on commit 95400cb

Please sign in to comment.