Add files via upload
This commit is contained in:
parent
f343e9a751
commit
de1f85ffd5
1 changed files with 4 additions and 0 deletions
4
bench.js
4
bench.js
|
@ -40,6 +40,10 @@ function evilTest() {
|
|||
function wwwTest() {
|
||||
let url = "https://cors.conchbrain.club/?https://en.wikipedia.org/wiki/Cat"
|
||||
fetch(url)
|
||||
url = "https://cors.conchbrain.club/?https://en.wikipedia.org/wiki/Dog"
|
||||
fetch(url)
|
||||
url = "https://cors.conchbrain.club/?https://kernel.org"
|
||||
fetch(url)
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
|
Loading…
Reference in a new issue