Benchmark name When Created
Array.filter vs splice vs push 2

Compare array ops to remove elements from array

2 years ago
TEST match vs exec on safari 2 years ago
replaceAll vs regex replace . with , 2 years ago
Concat vs Spread vs flat 2 years ago
local vs global regex performance in js functions (v2)

Do regular expressions become faster in javascript, when we put them in the global scope, or doesn't it matter when we declare them directly in a function?

2 years ago
local vs global regex performance in js functions

Do regular expressions become faster in javascript, when we put them in the global scope, or doesn't it matter when we declare them directly in a function?

2 years ago
reduce vs map + fromEntries vs reduce + Map 2 years ago
isEmpty tests 2 years ago
Get-Set object prop in 2-each-times vs trim in 1-each-time 2 years ago
fill-fast

array file is faster than iteration

2 years ago
ES6 property get & getter function & direct access to object attribute 2 years ago
LodashBigStructure(VM1)

teste

2 years ago
LodashBigStructure 2 years ago
object property lookup: in operator vs undefined comparison 2 years ago
var1!==null vs var1!==undefined vs var1!=="x" 2 years ago
EventListener in parent vs EventListener in childs 2 years ago
Testing var undefined comparison & checking it via object/array.

(1 in arguments) means to check if "2nd var" parameter is defined in arguments list in a function.

2 years ago
if(!variable) vs if(variable===undefined) performance 2 years ago
Find Keys by loop or JSON stringify 2 years ago
JSON.parse vs string.split 2 2 years ago
benchmark assigment vs object.assign 2 years ago
reduce.concat() vs flat() - 2lvl only

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

2 years ago
reduce.concat() vs flat(2)

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

2 years ago
Lazy single quote regexp search 2 years ago
QuoteTest 2 years ago

 New benchmark Your benchmarks