diff options
author | 2022-12-14 18:52:33 -0800 | |
---|---|---|
committer | 2022-12-15 16:28:47 -0800 | |
commit | 3c1ad4b56892cffa45b8dbe958ac1ce3b8a7179f (patch) | |
tree | f65f1614e41b7c370f0e3ff7c924dfe505c604dc /bench/fetch/deno.js | |
parent | 743531b4ac9d92dfaa3016d49cfb2cab799621a3 (diff) | |
download | bun-3c1ad4b56892cffa45b8dbe958ac1ce3b8a7179f.tar.gz bun-3c1ad4b56892cffa45b8dbe958ac1ce3b8a7179f.tar.zst bun-3c1ad4b56892cffa45b8dbe958ac1ce3b8a7179f.zip |
prettier
Diffstat (limited to 'bench/fetch/deno.js')
-rw-r--r-- | bench/fetch/deno.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/fetch/deno.js b/bench/fetch/deno.js index 929a478a0..3eef41698 100644 --- a/bench/fetch/deno.js +++ b/bench/fetch/deno.js @@ -7,7 +7,7 @@ bench(`fetch(https://example.com) x ${count}`, async () => { for (let i = 0; i < requests.length; i++) { requests[i] = fetch(`https://www.example.com/?cachebust=${i}`).then((r) => - r.text() + r.text(), ); } |