Benchmark name When Created
Array.prototype.slice vs spread operator1234321

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

5 years ago
test anagramm 5 years ago
Conditionally deleting element vs try/catch 5 years ago
slice().splice(low, howmany) vs slice(low, low + howmany) big

Checking performance between slice().splice(low, howmany) and slice(low, low + howmany)

5 years ago
slice().splice(low, howmany) vs slice(low, low + howmany)

Checking performance between slice().splice(low, howmany) and slice(low, low + howmany)

5 years ago
Obj vs Map 5 years ago
set includes vs array includes size=2 5 years ago
simpleStringify vs JSON.stringify3 5 years ago
simpleStringify vs JSON.stringify2 5 years ago
JQuery version speed test (2.2.4 vs 3.3.1 vs 3.4.1) 5 years ago
manual vs filter 2 5 years ago
manual vs filter 5 years ago
ES6 Map Merge vs forEach 5 years ago
Regex vs split/join2 5 years ago
Slice vs substr 5 years ago
Optional string concatenation vs array join 5 years ago
string-interpolation-vs-concatenation-vs-join 5 years ago
slice | substr | substring

Compares slice, substr and substring to each other when there is only a start index

5 years ago
asdfasdfasdfsafsafsa

Compare the differing ways you can call a function with arbitrary arguments dynamically

5 years ago
Traverse function vs NodeIterator vs TreeWalker

Let's compare the speed of 3 different ways to traverse the DOM.

5 years ago
lodash pick vs omit 5 years ago
lodash.assign 5 years ago
lodash.assign vs spread operator vs Object.assign 5 years ago
spread vs concat vs unshift objs

spread vs concat vs unshift

5 years ago
recurse pyramid 5 years ago

 New benchmark Your benchmarks