Skip to content

Commit 1e8498e

Browse files
committed
fix: remove url-state-machine from benchmarks
1 parent ffb20b7 commit 1e8498e

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"qs": "^6.11.0",
2525
"query-string": "^7.1.1",
2626
"rome": "0.8.0-next.ff4153b",
27-
"url-state-machine": "^0.5.1",
2827
"vitest": "^0.22.1"
2928
},
3029
"repository": {

pnpm-lock.yaml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/benchmark.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
import benchmark from "cronometro";
2-
import URLStateMachine from "url-state-machine";
32
import qs from "qs";
43
import fastQueryString from "../lib/index.js";
54
import native from "node:querystring";
65
import queryString from "query-string";
76

87
await benchmark(
98
{
10-
URLStateMachine() {
11-
return new URLStateMachine("hello=world&foo=bar", undefined, null, 115);
12-
},
139
qs() {
1410
return qs.parse("hello=world&foo=bar");
1511
},

0 commit comments

Comments
 (0)