sd (v2)

Revision 2 of this benchmark created on


Setup

let encoder = new TextEncoder();

Test runner

Ready to run.

Testing in
TestOps/sec
blob
new Blob(["lorem ipsum dolor sit amen"]).size
ready
textencoder
new TextEncoder().encode("lorem ipsum dolor sit amen").length
ready
reuse textencoder
encoder.encode("lorem ipsum dolor sit amen").length
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.