File size: 467 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "bench-rendering",
  "scripts": {
    "build-application": "next build",
    "start": "NODE_ENV=production pnpm build-application && NODE_ENV=production 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",
    "bench:recursive-copy": "node recursive-copy/run"
  },
  "dependencies": {
    "fs-extra": "10.0.0",
    "recursive-copy": "2.0.11"
  }
}