Some looping test 2 (v7)

Revision 7 of this benchmark created on


Description

A test that aims to compare cookies vs localStorage performance.

Setup

const array = [...new Array(10000,)].map((_,i) => i);

Test runner

Ready to run.

Testing in
TestOps/sec
sdfdsf
const a=array[Symbol.iterator]()
let b=a.next()
do;
while(!b.done)
ready
sdfdsf
const b = 234234324234;
ready

Revisions

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