Benchmark name When Created
loop performance one year ago
big object vs if statements one year ago
Set vs Object vs Map, Access

Compare the speed to retrieve a value from three data structures that can be used for boolean referencing; i.e. for mapping enabled settings.

one year ago
find vs lodash find one year ago
sub vs split one year ago
+ vs Number addition one year ago
Test slice vs array.length accessing last element one year ago
Arrow function vs normal function comparison 2 one year ago
Lodash.xor vs Array.prototype.filter Array of unique values that is the symmetric difference of the given arrays

Test on xor performance

one year ago
yabadabadoor

JS find vs indexOf

one year ago
simple deep copy comparison

compares benchmarks of a few (deep) copy methods

one year ago
Check number sign with ~ vs >= operators one year ago
Array fill method vs for loop with object ref 2

Array fill method vs for loop performance validation

one year ago
json stringify vs string tostring one year ago
Case insensitive RegEx.test vs. String.includes when string doesn’t match one year ago
index vs lastindexof (last index) one year ago
if condition speed test 3 one year ago
if condition speed test

const a = 1; const b = 1;

one year ago
Regex Test vs Regex Match one year ago
Assigning an array to itself after mutating vs Destructuring it one year ago
Some vs Find for non existence check one year ago
JS Math.round vs toPrecision + toString one year ago
createElement vs innerHTML(template)

Faster way to create new dom elements before insertion

one year ago
createElement vs cloneNode vs innerHTML(template)

Faster way to create new dom elements before insertion

one year ago
IIFE assignment vs mutable assignment one year ago

 New benchmark Your benchmarks