diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-01-04 11:21:06 +0100 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-04 05:21:06 -0500 |
commit | 0a900949c83503c2af75e8f1ea9bbbc6e947887d (patch) | |
tree | e67d05d74701a5e51d358a68cdf88e7f01740fac /tools/benchmark.py | |
parent | 9f6bab6010abb26814d6d7a163db24fa5965d09c (diff) |
Added textencoder benchmark (#3589)
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"]), ] |