Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

find vs findIndex

find() vs findIndex() in Javascript

Lodash.js diff vs equal

No description provided

111 regex test

with 111

Eval vs new function with proxy (edit)

No description provided

Negative Conditionals

No description provided

toFixed vs toPrecision vs Math.round() fast vs Math.floorfast vs new Math.trunc

Comparing performance of: toFixed(4) vs toPrecision(4).toString() vs (~~Math.round(*10000)).toString() vs Math.floor fast vs the new Math.trunc

remove vs removechild v2

No description provided

Object.assign vs direct assignment Markus Test

No description provided

.endsWith vs includes

No description provided

Object values vs _.values (underscore)

Compare the built-in Object.values() method vs Underscore's _.values() method

Object.assign vs direct assignment 313

No description provided

Array.prototype.slice vs spread operator vs concat 2

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

Array.prototype.slice vs spread operator vs concat

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

Array.prototype.slice vs spread operator corrected

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

Number format

No description provided

Search benchmark

No description provided

FIND vs SOME v2

No description provided

Replace Comparison

No description provided

ravalo test

No description provided

hasOwnProperty string vs number

Object lookup performance

object isEmpty test2

No description provided

Array fill method vs for loop small array

Array fill method vs for loop performance validation

Uppercase first letter

No description provided

slice VS splice VS shift: who is the fastest to keep constant size'huang

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

Quick topology clone perf test

No description provided