Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkanenobu/bun-express-bench
bun benchmark with express + prisma
https://github.com/mkanenobu/bun-express-bench
Last synced: 17 days ago
JSON representation
bun benchmark with express + prisma
- Host: GitHub
- URL: https://github.com/mkanenobu/bun-express-bench
- Owner: mkanenobu
- Created: 2023-09-25T04:04:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T04:04:58.000Z (over 1 year ago)
- Last Synced: 2024-12-16T01:37:32.704Z (24 days ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-express-bench
bun benchmark with express + prisma
dummy data has 1000 users and each user has 50 posts.
`/` returns `Hello World!` string.
`/random-user` returns random user with posts.
`/users` returns all users with posts. (returns 4.56MB data)