stringify

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
stringify
var x = {a: "b", c: "d" };
var y = {a: "b", c: "d" };
var z = JSON.stringify(x) === JSON.stringify(y);
ready
eq
var x = {a: "b", c: "d" };
var y = {a: "b", c: "d" };
var z = x.a === y.a && x.b == y.b;
ready

Revisions

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