Skip to content

Commit d575eff

Browse files
committed
Skip hono-pg bench on Node.js v24
1 parent 3be4071 commit d575eff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Run shell injection Benchmark
4949
run: cd benchmarks/shell-injection && node benchmark.js
5050
- name: Run Hono with Postgres Benchmark
51+
# Skip on Node 24.x due to a bug: https://github.com/honojs/node-server/issues/240
52+
if: matrix.node-version != '24.x'
5153
run: cd benchmarks/hono-pg && node benchmark.js
5254
- name: Run API Discovery Benchmark
5355
run: cd benchmarks/api-discovery && node benchmark.js

0 commit comments

Comments
 (0)