Benchmark name When Created
array.map() with spread vs for-loop one month ago
querySelector vs getElementById 2

test2

one month ago
Get last path part - Regex vs split one month ago
rest parameters vs arguments (no extra args) one month ago
RFDC clone vs Clone vs JSON Clone one month ago
Array vs Object vs Map vs WeakMap access (123123) one month ago
create new Map vs create new Array one month ago
string concat big string one month ago
var array = [1,2,3];

var array = [1,2,3];

one month ago
Restoring actual data one month ago
spread undefined vs empty object one month ago
multie params vs object one month ago
flatten merge array : reduce VS Object.assign one month ago
flatten merge array: reduce VS Object.assign one month ago
Array.Prototype.at vs index

Measures performance between using arr.at(1) to access an element in an array and arr[1]

one month ago
test for loop - 123122 one month ago
operator `in` vs. get property by key one month ago
Array last index one month ago
includes vs key3

Prüft was schneller ist

one month ago
includes vs key2

Prüft was schneller ist

one month ago
includes vs key

Prüft was schneller ist

one month ago
lodash uniq vs set with strings one month ago
Number vs Unary vs parseFloat vs parseInt one month ago
Object assign vs direct assignment by iterating keys without Object.keys

Should you be saving your fields to an object with Object.keys(toSave).forEach(k => ...) or by for(var i in object) { toSave[i] } or by Object.assign(destination, toSave);

one month ago
Regex vs String comparison one month ago

 New benchmark Your benchmarks