Skip to content

Commit

Permalink
chore: bench against source
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 9, 2024
1 parent aa2153f commit 05b9a8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/bench/impl.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// import * as rou3Src from "../../src";
import * as rou3Dist from "../../dist/index.mjs";
import * as rou3Src from "../../src";
import * as rou3Release from "rou3-release";
import { requests, routes } from "./input";

export function createInstances() {
return [
// ["rou3-src", createRou3Router(rou3Src)],
["rou3-dist", createRou3Router(rou3Dist)],
["rou3-src", createRou3Router(rou3Src)],
["rou3-release", createRou3Router(rou3Release)],
["maximum", createFastestRouter()],
] as const;
Expand Down

0 comments on commit 05b9a8b

Please sign in to comment.