Skip to content

Commit e0e942b

Browse files
committed
chore: Move benchmark to benchmarks directory
1 parent e76f43f commit e0e942b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* Usage:
66
*
7-
* bun run src/__tests__/bench.ts
8-
* bun run src/__tests__/bench.ts "{{benchmark_name}}"
7+
* bun run benchmarks/overhead.ts
8+
* bun run benchmarks/overhead.ts "{{benchmark_name}}"
99
*/
10-
import { Bench } from "tinybench";
11-
import { createApp } from "../app";
12-
import type { ServerSideFetch } from "../types";
10+
import { createApp } from "@aklinker1/zeta";
11+
import type { ServerSideFetch } from "@aklinker1/zeta/types";
1312
import { Elysia } from "elysia";
1413
import { Hono } from "hono";
1514
import { createMiddleware } from "hono/factory";
15+
import { Bench } from "tinybench";
1616
import { z } from "zod/v4";
1717

1818
process.env.NODE_ENV = "production";

0 commit comments

Comments
 (0)