Benchmark name When Created
Object.assign vs direct assignment Markus Test 2 years ago
.endsWith vs includes 2 years ago
Object.assign vs direct assignment Markus 2 years ago
Object values vs _.values (underscore)

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

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

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

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

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

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

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

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

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

2 years ago
Number format 2 years ago
Search benchmark 2 years ago
getElementBy vs querySelector 2 years ago
FIND vs SOME v2 2 years ago
Replace Comparison 2 years ago
ravalo test 2 years ago
Loops test 2 years ago
hasOwnProperty string vs number

Object lookup performance

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

Array fill method vs for loop performance validation

2 years ago
Uppercase first letter 2 years ago
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

2 years ago
Quick topology clone perf test 2 years ago
loop direct vs with result checks 2 years ago
Array: findIndex vs forEach

Finds out which performs better. Getting index according after satisfying requirement.

2 years ago
Object.values at index vs access name of property 2 years ago

 New benchmark Your benchmarks