MSGPACK <> JSON

Benchmark created on


Preparation HTML

<script src="https://cdn.jsdelivr.net/npm/msgpackr@1.10.1/dist/index.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
JSON
JSON.stringify({"hello": "world"});
ready
MSGPACK
msgpackr.pack({"hello": "world"});
ready

Revisions

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