From 18a684ab1c20914e13c27bc10e20bda6396ea38d Mon Sep 17 00:00:00 2001 From: Thiago Padilha Date: Sat, 8 May 2021 18:31:40 -0300 Subject: fix: TextEncoder#encodeInto spec compliance + perf gains (#10129) --- cli/bench/main.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/bench') 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 @@ -89,6 +89,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ &["run", "cli/tests/text_encoder_perf.js"], None, ), + ( + "text_encoder_into", + &["run", "cli/tests/text_encoder_into_perf.js"], + None, + ), ( "check", &[ -- cgit v1.2.3