equalsequals (v3)

Revision 3 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
equalsequals
({
 a: 1,
 b: 2
} == {
 a: 1,
 b: 2
})
ready
equalsequalsequals
({
 a: 1,
 b: 2
} === {
 a: 1,
 b: 2
})
ready

Revisions

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