This benchmark tests the performance of JavaScript's TextDecoder API when decoding different types of Unicode text in your browser.
Specifically, we benchmark the following function: new TextDecoder('utf-8').decode(bytes).
new TextDecoder('utf-8').decode(bytes)