SaltyAom / bun-http-framework-benchmark

Compare throughput benchmark from various Bun HTTP framework
349 stars 30 forks source link

`Wanted size: 80x25` on running baojs #42

Open scarf005 opened 11 months ago

scarf005 commented 11 months ago

Steps to reproduce

  1. install bun v0.7.2
  2. bun install
  3. bun run benchmark

Output

>>> bun run benchmark                                                                       $ node bench.mjs
30 frameworks
- bun/baojs
- bun/bun
- bun/bun-bakery/index
- bun/bun-web-standard
- bun/elysia
- bun/express
- bun/hono
- bun/hyperbun
- bun/koa
- bun/nbit
- bun/nhttp
- bun/stricjs
- bun/vixeny
- deno/abc
- deno/acorn
- deno/cheetah
- deno/fast
- deno/hono
- deno/oak
- node/adonis/index
- node/elysia
- node/express
- node/fastify
- node/h3
- node/hapi
- node/hono
- node/hyper-express
- node/koa
- node/nest/index
- node/uws

Estimate time: 15:30 min

 baojs
 > bun baojs 

NODE_ENV=production ENV=production bun src/bun/baojs.ts

Current size: 80x24. Wanted size: 80x25.

image

I'm not sure the reason this message is being reported, as my terminal is bigger than 80x24.