testingthingsout

Benchmark created by eddie monge on


Setup

var url = '[1,2,3,4,5,6,7,8,9,10]';

Test runner

Ready to run.

Testing in
TestOps/sec
split
newurl = url.slice( 1, -1 ).split ','
ready
parse
newurl = JSON.parse url
ready

Revisions

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

  • Revision 1: published by eddie monge on