Skip to content

Commit f4499ca

Browse files
committed
fix(fast-node-parse): update results for benchmark
1 parent 021ce13 commit f4499ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

packages/fast-node-parse/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ It is on my machine, on your machine results may vary. See [benchmark](/packages
1919

2020
### Static
2121

22-
| Runtime | Path | Methods | `fast-node` | `hono-regexp` | `find-my-way` |
23-
| ------- | ------ | -------- | ----------- | ------------- | ------------- |
24-
| Node.js | `/foo` | `match` | `73M ops` | `73M ops` | `43.5M ops` |
25-
| Bun | `/foo` | `match` | `50M ops` | `118M ops` | `21M ops` |
26-
| Node.js | `/foo` | `parse` | `74M ops` | `66M ops` | `44M ops` |
27-
| Bun | `/foo` | `parse` | `51M ops` | `82M ops` | `20M ops` |
28-
| Node.js | `/foo` | `lookup` | `32M ops` | `49.5M ops` | `42M ops` |
29-
| Bun | `/foo` | `lookup` | `29.5M ops` | `72.5M ops` | `14.5M ops` |
22+
| Runtime | Path | Methods | `fast-node` | `hono-regexp` | `find-my-way` |
23+
| ------- | ------ | -------- | ------------ | ------------- | ------------- |
24+
| Node.js | `/foo` | `match` | `111.5M ops` | `73M ops` | `43.5M ops` |
25+
| Bun | `/foo` | `match` | `376.5M ops` | `118M ops` | `21M ops` |
26+
| Node.js | `/foo` | `parse` | `151M ops` | `66M ops` | `44M ops` |
27+
| Bun | `/foo` | `parse` | `402M ops` | `82M ops` | `20M ops` |
28+
| Node.js | `/foo` | `lookup` | `151M ops` | `49.5M ops` | `42M ops` |
29+
| Bun | `/foo` | `lookup` | `231M ops` | `72.5M ops` | `14.5M ops` |
3030

3131
### 3-level parameter
3232

3333
| Runtime | Path | Methods | `fast-node` | `hono-regexp` | `find-my-way` |
3434
| ------- | ---------------- | -------- | ----------- | ------------- | ------------- |
35-
| Node.js | `/foo/:id/:kind` | `match` | `32M ops` | `16M ops` | `7.5M ops` |
36-
| Bun | `/foo/:id/:kind` | `match` | `36M ops` | `12.5M ops` | `6.5M ops` |
37-
| Node.js | `/foo/:id/:kind` | `parse` | `14.5M ops` | `15M ops` | `7.5M ops` |
38-
| Bun | `/foo/:id/:kind` | `parse` | `19.5M ops` | `11.5M ops` | `6.5M ops` |
39-
| Node.js | `/foo/:id/:kind` | `lookup` | `4.5M ops` | `6.5M ops` | `4M ops` |
40-
| Bun | `/foo/:id/:kind` | `lookup` | `8M ops` | `8M ops` | `4.5M ops` |
35+
| Node.js | `/foo/:id/:kind` | `match` | `49M ops` | `16M ops` | `7.5M ops` |
36+
| Bun | `/foo/:id/:kind` | `match` | `60.5M ops` | `12.5M ops` | `6.5M ops` |
37+
| Node.js | `/foo/:id/:kind` | `parse` | `16.5M ops` | `15M ops` | `7.5M ops` |
38+
| Bun | `/foo/:id/:kind` | `parse` | `19M ops` | `11.5M ops` | `6.5M ops` |
39+
| Node.js | `/foo/:id/:kind` | `lookup` | `5.5M ops` | `6.5M ops` | `4M ops` |
40+
| Bun | `/foo/:id/:kind` | `lookup` | `9M ops` | `8M ops` | `4.5M ops` |
4141

4242
## Supported paths
4343

0 commit comments

Comments
 (0)