Skip to content

Commit 63e654b

Browse files
authored
Merge pull request #615 from AikidoSec/hono-pg-bench-v24
Re-enable Hono benchmark on Node.js v24
2 parents f52256c + 0ea5184 commit 63e654b

File tree

6 files changed

+32
-34
lines changed

6 files changed

+32
-34
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Benchmark
1+
name: 📊 Benchmark
22
on:
33
push: {}
44
workflow_call: {}
@@ -49,8 +49,6 @@ jobs:
4949
- name: Run shell injection Benchmark
5050
run: cd benchmarks/shell-injection && node benchmark.js
5151
- name: Run Hono with Postgres Benchmark
52-
# Skip on Node 24.x due to a bug: https://github.com/honojs/node-server/issues/240
53-
if: matrix.node-version != '24.x'
5452
run: cd benchmarks/hono-pg && node benchmark.js
5553
- name: Run API Discovery Benchmark
5654
run: cd benchmarks/api-discovery && node benchmark.js

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and release
1+
name: 🚀 Build and release
22
on:
33
release:
44
types: [created]

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: End to end tests
1+
name: 🕵️ End to end tests
22
on:
33
push: {}
44
workflow_call: {}

.github/workflows/lint-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint code
1+
name: 🧹 Lint code
22
on: push
33
jobs:
44
lint:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit tests
1+
name: 🧪 Unit tests
22
on:
33
push: {}
44
workflow_call: {}

benchmarks/hono-pg/package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)