Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Optimize TextEncoder and TextDecoder #4430

Merged
merged 4 commits into from
Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove core benchmarks
  • Loading branch information
bartlomieju committed Mar 19, 2020
commit d21e0735aa96a8ba0126fa21cea9d5503daa0afc
37 changes: 0 additions & 37 deletions cli/tests/core_decode_perf.js

This file was deleted.

32 changes: 0 additions & 32 deletions cli/tests/core_encode_perf.js

This file was deleted.

2 changes: 0 additions & 2 deletions tools/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
("workers_startup", ["cli/tests/workers_startup_bench.ts"]),
("workers_round_robin", ["cli/tests/workers_round_robin_bench.ts"]),
("text_decoder", ["cli/tests/text_decoder_perf.js"]),
("core_decode", ["cli/tests/core_decode_perf.js"]),
("text_encoder", ["cli/tests/text_encoder_perf.js"]),
("core_encode", ["cli/tests/core_encode_perf.js"]),
]


Expand Down