Benchmark name When Created
Json.stringify + TextEncode vs StructuredClone 5 days ago
lodash vs Map

consolidate

5 days ago
json.parse VS parseFloat on number [] 5 days ago
moment.js vs day.js vs date-fns set 5 days ago
createElement vs cloneNode(false) 2

Faster way to create new dom elements before insertion

5 days ago
JavaScript spread operator vs Object.assign vs Direct Mutation Performance 5 days ago
JavaScript spread operator vs Object.assign from empty object performance 5 days ago
import dataurl vs function constructor 5 days ago
parseInt vs toString 5 days ago
for in vs for of test 5 days ago
Test create object: forEach vs map vs for in vs for of vs reduce 5 days ago
Function call vs proxy call 5 days ago
web-crypto RSA-PSS

comparing sha256 vs sha512 performance based on https://www.measurethat.net/Benchmarks/Show/27514/3/web-crypto

6 days ago
new Intl.DateTimeFormat vs no new Intl.DateTimeFormat

measure the perf impact of caching calls to new Intl.DateTimeFormat

6 days ago
test of spread vs structured clone

test

6 days ago
regecxtestsimple2 6 days ago
regecxtestsimple 6 days ago
regecxtest 6 days ago
Big array: Lodash vs. Set Intersection vs Loop with Set 6 days ago
Lodash vs. Set Intersection vs Loop with Set 6 days ago
Number.toFixed(2).replace(_DOT_, _COMMA_) vs Number.toLocaleString

Checks if it's faster to use Number.toLocaleString or to format a Number toFixed(2) and then string replace the decimal separator to use a comma.

6 days ago
Array.prototype.slice vs spread operator on a bigger array with bigger elements

Compare the new ES6 spread operator with the traditional slice() method on a bigger array.

6 days ago
Math.min vs Array.sort[0] vs loop

Test whether Math.min or Array.sort[0] is faster for large number arrays

6 days ago
(Small Array.from length vs Array 6 days ago
(Fixed) Array.from length vs Array 6 days ago

 Create Your benchmarks