Benchmark name When Created
Stringify vs Assign 5 years ago
Lodash.js vs Native testg 5 years ago
Finite vs Known Multiples (High Limit)

I'm a dog with a bone.

5 years ago
Finite vs Known Multiples

I'm a dog with a bone.

5 years ago
Finite vs Multiples Only

I'm a dog with a bone.

5 years ago
destruct and test vs. property access test for type

Use destruct syntax let {x} = config; if(x){} compared to if(typeof config.x === 'string'){}

5 years ago
typeof 3 types using function

typeof operator on various types

5 years ago
Array.prototype.concat vs push w/ spread operator vs spread operator

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

5 years ago
Lodash omit vs Native delete - Mantz 5 years ago
Lodash omit vs Native delete 5 years ago
JavaScript spread operator vs Object.assign performance test 5 years ago
marktyTOML Vs toml-node (simple_kv) 5 years ago
marktyTOML Vs toml-node (simple_block) 5 years ago
marktyTOML Vs toml-node (classic_config) 5 years ago
Array.prototype.concat vs spread operator (for one element)

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

5 years ago
Lodash merge/clone vs Objest.assign vs object spread 5 years ago
Native ES6 filter vs Lodash filter 5 years ago
slice-splice 5 years ago
Object.assign vs Direct Assignment #2 5 years ago
Object.assign vs direct assignment 5 years ago
Switch vs Object Literal Two Point Zero Two Onee 5 years ago
Switch vs Object Literal Two Point Zero Two 5 years ago
rawrwasfwfasf 5 years ago
Math.pow vs Math.sqrt2 5 years ago
Native filter VS Lodash omit VS custom (map & forEach)

Comparing Native filter VS Lodash omit (2 ways)

5 years ago

 Create Your benchmarks


;