diff options
| author | randomicon00 <20146907+randomicon00@users.noreply.github.com> | 2022-05-17 14:52:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-17 19:22:48 +0530 |
| commit | e58f77e431c7f9404bd76f6b7cf5b6d7841c0b0f (patch) | |
| tree | ba49dbb466b24c7816ba1424ad11d7292d9340ef /ext/web/Cargo.toml | |
| parent | 8879244f72aebd2fd4d3ae34a064ff04069a6b58 (diff) | |
perf(ext/web): Add fast path for non-streaming TextDecoder (#14217)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
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 |
