JSON vs. MsgPack

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Encoding with JSON
JSON.stringify(document.test_src);
ready
Encoding with MsgPack
msgpack.pack(document.test_src);
ready

Revisions

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