Skip to content

Commit fab59ad

Browse files
committed
fix: add bun install in benchmark
1 parent 25bc9b3 commit fab59ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

frameworks/elysia/framework.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"description": "Ergonomic Framework for Humans",
44
"website": "https://elysiajs.com/",
55
"benchmarks": {
6-
"hello_bench": "bun run hello_bench.ts"
6+
"hello_bench": ["bun install", "bun run hello_bench.ts"]
77
}
88
}

frameworks/elysia/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{ "dependencies": { "elysia": "^0.8.3" } }
1+
{
2+
"dependencies": {
3+
"elysia": "^0.8.3"
4+
}
5+
}

0 commit comments

Comments
 (0)