Skip to content

Commit

Permalink
docs: ✏️ update README
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 20, 2024
1 parent 6449e6b commit bf37fe6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ for the best performance.
Comparing `json-joy` against the second fastest router `find-my-way` (used in Fastify):

```
ts-node benchmarks/util/router/realistic.bench.ts
npx ts-node src/__bench__/realistic.bench.ts
```

Results:

```
json-joy router x 1,799,920 ops/sec ±0.74% (99 runs sampled), 556 ns/op
find-my-way x 389,132 ops/sec ±4.60% (87 runs sampled), 2570 ns/op
json-joy router: GET /ping x 151,628,101 ops/sec ±1.83% (87 runs sampled), 7 ns/op
Expand Down

0 comments on commit bf37fe6

Please sign in to comment.