mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
ebb397975d
* Add benchmarks for server rendering * Remove bench from flyfile
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"name": "next-bench",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"start": "npm run build && next start",
|
|
"bench:stateless": "ab -c1 -n3000 http://0.0.0.0:3000/stateless",
|
|
"bench:stateless-big": "ab -c1 -n500 http://0.0.0.0:3000/stateless-big"
|
|
}
|
|
}
|