Benchmark name When Created
moment clone vs new date 3 months ago
new Date().toISOString() vs moment.utc().toISOString(); 3 months ago
jQuery versions through 4.00b2

benchmark different versions of jquery

3 months ago
jQuery versions through 371

benchmark different versions of jquery

3 months ago
Object.values() vs Array.from(Map.values()) 3 months ago
Direct calls versus external function calls

Compares doing little tasks immediately versus writing a helper function that does it.

3 months ago
concat() vs spread (...) for combining two arrays 3 months ago
arrays: concat vs spread

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

3 months ago
lodash partition + concat vs two filter loops 3 months ago
Array push vs concat vs push + flat to merge to arrays 3 months ago
Regex starts with A or B vs startsWith 3 months ago
array length vs some for any

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

3 months ago
access arr element and multiply it in loops: for vs forEach vs for..in

Compare loop performance

3 months ago
structuredClone(JSON.stringify) vs structuredClone 2

JSON.stringify vs structuredClone

3 months ago
structuredClone(JSON.stringify) vs structuredClone

JSON.stringify vs structuredClone

3 months ago
Split vs Regex vs Contains V2 3 months ago
Try-catch when calling a function 3 months ago
Loop through object keys 3 months ago
Test lodash difference and xor 3 months ago
js boolean double negative isSet 3 months ago
Test lodash difference 3 months ago
adadad 3 months ago
jQuery Each vs For long array 3 months ago
clear object from undefined 3 months ago
Reflect.get vs direct access 3 months ago

 Create Your benchmarks