wrewerwe

Benchmark created on


Description

rewrewr

Setup

var fns = []
var bla = new Map()

Test runner

Ready to run.

Testing in
TestOps/sec
flap
 for (let i = 0; i < 1e6; i++) {
    	fns.push(() => {
    		console.log('xxx')
    	})
  }
ready
derp
 for (let i = 0; i < 1e6; i++) {
 	bla.set(i, { flap: fns })
    	fns.push(() => {
    		console.log('xxx')
    	})
  }
ready

Revisions

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