Skip to content

Commit

Permalink
Update benchmark.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcoolboy committed Nov 2, 2023
1 parent 1c7e112 commit 5c5d2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ console.time("Full captcha");
console.time("Get token");
fun.getToken({
pkey: "69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC",
site: "https://client-demo.arkoselabs.com"
}).then(async (token) => {
console.timeEnd("Get token");
console.time("Get challenge");
Expand Down

0 comments on commit 5c5d2e7

Please sign in to comment.