Files
deno_make/mod_bench.ts
2023-11-01 21:50:55 -04:00

4 lines
68 B
TypeScript

Deno.bench("URL parsing", () => {
new URL("https://deno.land")
})