diff options
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-x | tools/benchmark.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py index e36541bb9..d66506958 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -28,6 +28,7 @@ exec_time_benchmarks = [ ("workers_startup", ["tests/workers_startup_bench.ts"]), ("workers_round_robin", ["tests/workers_round_robin_bench.ts"]), ("text_decoder", ["cli/tests/text_decoder_perf.js"]), + ("text_encoder", ["cli/tests/text_encoder_perf.js"]), ] |