Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Test MerciApp getComputedStyle

No description provided

No return keyword vs implicit void return

No description provided

coolist-2

moolist

No return vs implicit void return

No description provided

coolist

moolist

trim + length VS regex with prepared rx

"does the input contain at least 3 non whitespace characters in sequence?"

trim + length VS regex

"does the input contain at least 3 non whitespace characters in sequence?"

JQuery $(window) vs $window vs window.innerWidth

No description provided

setTime vs set of all properties

No description provided

if or math.min

No description provided

JSON clone

No description provided

JS: Zip Element.children indexing vs existing array copy

Is the speed increase of random array access versus Element.children[i] significant enough to justify the extra memory?

clone json Dan 6

Different methods for deep clones

Date.now vs setTimeout

No description provided

test lodash trim and js replace

test lodash trim and js replace

clone json 2

No description provided

clone json

No description provided

java test

No description provided

Which is faster Array.prototype.slice vs spread operator

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

Intl.NumberFormat vs toLocalString vs reuse Intl.NumberFormat

No description provided

TreeWalker vs querySelectorAll vs NodeIterator + filter HTMLElement

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Array With Strings And Objects

Test on isEqual performance

Dompurify vs sanitize-html vs js-xss

No description provided

find vs findIndex (Array prototype methods) 2

Measuring which is faster

Delete vs set undefined Properties

No description provided