summaryrefslogtreecommitdiff
path: root/ext/web/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r--ext/web/Cargo.toml4
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