Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

map vs foreach / function vs arrow/ simple vs complex

No description provided

new RegExp test 2

No description provided

new RegExp test

No description provided

getAttribute('data-foo') vs dataset.foo

No description provided

Object.entries VS Object.keys VS Object.keys with extra array VS Object.entries without array VS Array

No description provided

native find vs [0]

Compare the new ES6 spread operator with the traditional concat() method

Object vs map 100

No description provided

orderBy vs .order x3

No description provided

orderBy vs .order x2

No description provided

orderBy vs .order

No description provided

foreach vs for...of

Compare loop performance

function vs class vs arrow function

No description provided

uniq vs set vs filter vs forEach

No description provided

Math.pow(x, 2) vs. x * x

No description provided

reduce.concat() vs flat() right way

Compare the new ES6 spread operator with the traditional concat() method

Large Array concat vs spread operator vs pushqqqqq

Compare the new ES6 spread operator with the traditional concat() method and push

base64 vs json.stringify

No description provided

Regex vs Forloop Performance

-

testeArray22222

No description provided

myarr unshift vs push + reverse (small array)2

No description provided

myarr unshift vs push + reverse (small array)

No description provided

get element from array = [0] vs pop()

No description provided

Lodash Uniq vs Javascript Set

No description provided

fastest way to convert set to array

No description provided

canvas clearRect vs fillRect

Testing performance between clearRect and fillRect on a canvas.