Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)