We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9320d9f commit a9ccf1eCopy full SHA for a9ccf1e
bench/package.json
@@ -2,7 +2,7 @@
2
"name": "next-bench",
3
"scripts": {
4
"build": "next build",
5
- "start": "npm run build && next start",
+ "start": "NODE_ENV=production npm run build && NODE_ENV=production next start",
6
"bench:stateless": "ab -c1 -n3000 http://0.0.0.0:3000/stateless",
7
"bench:stateless-big": "ab -c1 -n500 http://0.0.0.0:3000/stateless-big"
8
}
0 commit comments