diff options
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r-- | ext/web/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 27d4d8147..08cd5d7b0 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -29,5 +29,9 @@ deno_url = { version = "0.52.0", path = "../url" } deno_webidl = { version = "0.52.0", path = "../webidl" } [[bench]] +name = "encoding" +harness = false + +[[bench]] name = "timers_ops" harness = false |