words-to-array

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
cool-split
var fruits = "banana apple orange grape strawberry".split(' ');
ready
simple array setting
var fruits = ['banana', 'apple', 'orange', 'grape', 'strawberry'];
ready

Revisions

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