Greater than vs not equals

Benchmark created by Matthew Davies on


Test runner

Ready to run.

Testing in
TestOps/sec
Greater than
if (1 > -1) {
  console.log('greater than')
}
ready
Not equal to
if (1 != -1) {
  console.log('not equal to')
}
ready

Revisions

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

  • Revision 1: published by Matthew Davies on