Benchmark name When Created
Array isArray vs 'in' 3 years ago
Truncate performance

Description

3 years ago
find vs findIndex

find() vs findIndex() in Javascript

3 years ago
Lodash.js diff vs equal 3 years ago
111 regex test

with 111

3 years ago
Eval vs new function with proxy (edit) 3 years ago
Negative Conditionals 3 years ago
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

3 years ago
remove vs removechild v2 3 years ago
Object.assign vs direct assignment Markus Test 3 years ago
.endsWith vs includes 3 years ago
Object values vs _.values (underscore)

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

3 years ago
Object.assign vs direct assignment 313 3 years ago
Array.prototype.slice vs spread operator vs concat 2

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

3 years ago
Array.prototype.slice vs spread operator vs concat

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

3 years ago
Array.prototype.slice vs spread operator corrected

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

3 years ago
Number format 3 years ago
Search benchmark 3 years ago
FIND vs SOME v2 3 years ago
Replace Comparison 3 years ago
ravalo test 3 years ago
hasOwnProperty string vs number

Object lookup performance

3 years ago
object isEmpty test2 3 years ago
Array fill method vs for loop small array

Array fill method vs for loop performance validation

3 years ago
Uppercase first letter 3 years ago

 Create Your benchmarks