Skip to content

feat: support Bun built-in http server#8292

Merged
waghanza merged 2 commits intothe-benchmarker:masterfrom
medz:javascript/bun
Mar 21, 2025
Merged

feat: support Bun built-in http server#8292
waghanza merged 2 commits intothe-benchmarker:masterfrom
medz:javascript/bun

Conversation

@medz
Copy link
Contributor

@medz medz commented Mar 18, 2025

Bun is not just a runtime, it is also a unified PM and development framework.

The unified Runtime and PM have been completed in Bun, and the Framework API has taken shape.

Therefore, we added Bun's server to the test❤️

Also, I found that all the clustering code under javascript was implemented incorrectly.

@medz medz requested a review from waghanza as a code owner March 18, 2025 05:13
@medz
Copy link
Contributor Author

medz commented Mar 18, 2025

Completed for review

CC @waghanza

Copy link
Collaborator

@waghanza waghanza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks it coul be useful to compare bun framework to this reference

@@ -0,0 +1,6 @@
framework:
github: oven-sh/bun
version: 1.2.5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: 1.2.5
version: 1.2

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed ;-)

@waghanza waghanza merged commit d226f37 into the-benchmarker:master Mar 21, 2025
2 checks passed
@medz medz deleted the javascript/bun branch March 26, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants