Skip to content

Commit a293f3b

Browse files
committed
chore: update bench
1 parent 41ba417 commit a293f3b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"mitata": "^0.1.11",
5454
"prettier": "^3.3.2",
5555
"radix3": "^1.1.2",
56-
"rou3-release": "npm:rou3@0.2.0",
56+
"rou3-release": "npm:rou3@0.3.0",
5757
"typescript": "^5.5.3",
5858
"unbuild": "^3.0.0-rc.6",
5959
"vitest": "^2.0.1"

pnpm-lock.yaml

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

test/bench/impl.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ export function createInstances() {
77
["rou3-src", createRouter(rou3Src)],
88
["rou3-src-find-all", createRouter(rou3Src, true)],
99
["rou3-release", createRouter(rou3Release as unknown as typeof rou3Src)],
10-
// [
11-
// "rou3-release-find-all",
12-
// createRouter(rou3Release as unknown as typeof rou3Src, true),
13-
// ],
10+
[
11+
"rou3-release-find-all",
12+
createRouter(rou3Release as unknown as typeof rou3Src, true),
13+
],
1414
process.argv.includes("--max")
1515
? ["maximum", createFastestRouter()]
1616
: undefined,

0 commit comments

Comments
 (0)