feat(make): initial commit
This commit is contained in:
3
mod_bench.ts
Normal file
3
mod_bench.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
Deno.bench("URL parsing", () => {
|
||||
new URL("https://deno.land")
|
||||
})
|
||||
Reference in New Issue
Block a user