Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmark
name: 📊 Benchmark
on:
push: {}
workflow_call: {}
Expand Down Expand Up @@ -49,8 +49,6 @@ jobs:
- name: Run shell injection Benchmark
run: cd benchmarks/shell-injection && node benchmark.js
- name: Run Hono with Postgres Benchmark
# Skip on Node 24.x due to a bug: https://github.com/honojs/node-server/issues/240
if: matrix.node-version != '24.x'
run: cd benchmarks/hono-pg && node benchmark.js
- name: Run API Discovery Benchmark
run: cd benchmarks/api-discovery && node benchmark.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and release
name: 🚀 Build and release
on:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: End to end tests
name: 🕵️ End to end tests
on:
push: {}
workflow_call: {}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint code
name: 🧹 Lint code
on: push
jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: 🧪 Unit tests
on:
push: {}
workflow_call: {}
Expand Down
54 changes: 27 additions & 27 deletions benchmarks/hono-pg/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.