mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
dec8f99fc3
Co-authored-by: Clark Du <clark.duxin@gmail.com>
11 lines
347 B
JSON
11 lines
347 B
JSON
{
|
|
"name": "nuxt-benchmarks",
|
|
"scripts": {
|
|
"build": "npm run nuxt -- build",
|
|
"start": "npm run build && npm run nuxt -- start",
|
|
"nuxt": "jiti ../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"
|
|
}
|
|
}
|