-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtest_range.json
49 lines (49 loc) · 1.11 KB
/
test_range.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"output":{
"output":["server","static"],
"count":10,
"path":"src/pages/md/",
"ext":".md"
},
"count":{
"output":"static",
"count":[10,100,1000,10000,100000],
"path":"src/pages/md/",
"ext":".md",
"title":"Pages count 10-100K"
},
"output_count":{
"output":["server","static"],
"count":[10,100,1000,10000],
"path":"src/pages/md/",
"ext":".md"
},
"mdx":{
"output":"static",
"count":1000,
"path":"src/pages/md/",
"ext":[".md",".mdx"],
"title":"MD Vs MDX"
},
"pages_local":{
"output":"static",
"count":100,
"path":["src/pages/md/","local/markdown/"],
"ext":".md",
"title":"Local Pages"
},
"server":{
"output":["static","server"],
"count":10000,
"path":"local/markdown/",
"ext":".md",
"title":"SSG Vs SSR (10K pages)"
},
"simple":{
"output":"static",
"count":3000,
"path":"local/markdown/",
"ext":".md",
"title":"Test Run"
}
}