string check

Benchmark created by dsfsdf on


Test runner

Ready to run.

Testing in
TestOps/sec
short string
var x = 'IGN';
var test = 'IGN'
var diff = 'FOO';
var isTheSame = (x === test);
var isdiff = (x === diff);
ready
long
var x = 'IGNORE_SOME_THING';
var test = 'IGNORE_SOME_THING'
var diff = 'FOO';
var isTheSame = (x === test);
var isdiff = (x === diff);
ready

Revisions

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