mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
9 lines
272 B
JSON
9 lines
272 B
JSON
{
|
|
"name": "nuxt-benchmarks",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"start": "npm run build && nuxt start",
|
|
"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"
|
|
}
|
|
} |