Skip to content

Commit

Permalink
chore: update bench
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 9, 2024
1 parent 41ba417 commit a293f3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mitata": "^0.1.11",
"prettier": "^3.3.2",
"radix3": "^1.1.2",
"rou3-release": "npm:rou3@0.2.0",
"rou3-release": "npm:rou3@0.3.0",
"typescript": "^5.5.3",
"unbuild": "^3.0.0-rc.6",
"vitest": "^2.0.1"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions test/bench/impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export function createInstances() {
["rou3-src", createRouter(rou3Src)],
["rou3-src-find-all", createRouter(rou3Src, true)],
["rou3-release", createRouter(rou3Release as unknown as typeof rou3Src)],
// [
// "rou3-release-find-all",
// createRouter(rou3Release as unknown as typeof rou3Src, true),
// ],
[
"rou3-release-find-all",
createRouter(rou3Release as unknown as typeof rou3Src, true),
],
process.argv.includes("--max")
? ["maximum", createFastestRouter()]
: undefined,
Expand Down

0 comments on commit a293f3b

Please sign in to comment.