mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(benchmark): fix package.json
scripts (#7205)
This commit is contained in:
parent
8b5351bc9d
commit
2f4a4cbe38
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "nuxt-benchmarks",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"start": "npm run build && nuxt start",
|
||||
"build": "npm run nuxt -- build",
|
||||
"start": "npm run build && npm run nuxt -- start",
|
||||
"nuxt": "node -r esm ../packages/cli/bin/nuxt-cli.js",
|
||||
"bench:stateless": "ab -c1 -n3000 http://127.0.0.1:3000/stateless",
|
||||
"bench:stateless-big": "ab -c1 -n500 http://127.0.0.1:3000/stateless-big"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user