The Impact of Unnecessary Steps

Benchmark created by BretCameron on


Test runner

Ready to run.

Testing in
TestOps/sec
Unnecessary Type Conversion
'incorrect'.split('').slice(2).join('');
ready
No Unnecessary Type Conversion
'incorrect'.slice(2);
ready

Revisions

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

  • Revision 1: published by BretCameron on