From 25a109d9ea27ad3a76fdce14bba283e953af9bce Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 19 Aug 2022 15:54:54 +0530 Subject: chore(bench): add flash router benchmarks (#15495) --- cli/bench/testdata/npm/hono/dist/router/reg-exp-router/index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/bench/testdata/npm/hono/dist/router/reg-exp-router/index.js (limited to 'cli/bench/testdata/npm/hono/dist/router/reg-exp-router/index.js') diff --git a/cli/bench/testdata/npm/hono/dist/router/reg-exp-router/index.js b/cli/bench/testdata/npm/hono/dist/router/reg-exp-router/index.js new file mode 100644 index 000000000..782e988d9 --- /dev/null +++ b/cli/bench/testdata/npm/hono/dist/router/reg-exp-router/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.RegExpRouter = void 0; +var router_1 = require("./router"); +Object.defineProperty(exports, "RegExpRouter", { enumerable: true, get: function () { return router_1.RegExpRouter; } }); -- cgit v1.2.3