Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Reduce vs map with Object.assign 1

No description provided

Array vs Set inclusion - 4

No description provided

JS if statement perf

Benchmark of the speed difference between using multiple IF statements and an open-ended IF/ELSE IF.

Boolean constructor vs in Equality check in javascript

var bFalse = false; var sEmpty = ''; var sFilled = 'Foo'; var nZero = 0; var nOne = 1;

my Benchmark

No description provided

rev test2

No description provided

For, forEach, for of, Map

No description provided

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

-