diff options
author | Thiago Padilha <thiago@padilha.cc> | 2021-05-08 18:31:40 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 23:31:40 +0200 |
commit | 18a684ab1c20914e13c27bc10e20bda6396ea38d (patch) | |
tree | 42389bca4d7ec23ac3e310bf4cb99478815b4a77 /cli/bench/main.rs | |
parent | a051a7f7bc8dab2a4360c146d08b549cbcf17b8d (diff) |
fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs index f2ade54d8..b98a9d141 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -90,6 +90,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[ None, ), ( + "text_encoder_into", + &["run", "cli/tests/text_encoder_into_perf.js"], + None, + ), + ( "check", &[ "cache", |