-
Notifications
You must be signed in to change notification settings - Fork 0
/
sites.json
49 lines (49 loc) · 897 Bytes
/
sites.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
{
"sites": [
{
"url": "https://en.wikipedia.org/wiki/Wikipedia:Popular_pages",
"depth": 2,
"rps": 1
},
{
"url": "https://aur.archlinux.org/packages",
"depth": 2,
"rps": 1
},
{
"url": "https://www.w3schools.com/",
"depth": 2,
"rps": 2
},
{
"url": "https://doc.rust-lang.org/book/",
"depth": 2,
"rps": 2
},
{
"url": "https://raytracing.github.io/books/RayTracingInOneWeekend.html",
"depth": 1,
"rps": 1
},
{
"url": "https://learnopengl.com/",
"depth": 2,
"rps": 2
},
{
"url": "https://sotrh.github.io/learn-wgpu",
"depth": 2,
"rps": 2
},
{
"url": "https://vulkan-tutorial.com/",
"depth": 2,
"rps": 1
},
{
"url": "https://gobyexample.com/",
"depth": 2,
"rps": 2
}
]
}