Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: nestjs #83

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
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 bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const whitelists = <string[]>[]
const blacklists = [
// Not booting up in test
'node/adonis/index',
// Not setting content-type header for some reason
'node/nest/index',
// 'Not booting up in test'
'node/hapi',
// Body: Result not match
Expand All @@ -42,7 +40,7 @@ const time = 10
const commands = [
`bombardier --fasthttp -c 500 -d ${time}s http://127.0.0.1:3000/`,
`bombardier --fasthttp -c 500 -d ${time}s http://127.0.0.1:3000/id/1?name=bun`,
`bombardier --fasthttp -c 500 -d ${time}s -m POST -H 'Content-Type:application/json' -f ./scripts/body.json http://127.0.0.1:3000/json`
`bombardier --fasthttp -c 500 -d ${time}s -m POST -H Content-Type:application/json -f ./scripts/body.json http://127.0.0.1:3000/json`
] as const

const runtimeCommand = {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
25 changes: 0 additions & 25 deletions dev/nest-node/.eslintrc.js

This file was deleted.

Loading