Benchmark name When Created
dayjs vs luxon between one year ago
dayjs vs luxon timeToEnd one year ago
dayjs vs luxon withTimezoneFromString one year ago
dayjs vs luxon currentDate one year ago
String.concat vs array.join one year ago
Sort with compare inside/outside with try catch

test

one year ago
JavaScript a.includes(i) + a.push(i) vs new Set(a) + concat() + ...spread

new Set() vs conditional push()

one year ago
pos vs neg for loops 2 one year ago
split vs splitstring one year ago
Deep copy comparison gil

Benchmarks for StackOverflow question on deep copy techniques https://stackoverflow.com/questions/7486085/copy-array-by-value/23536726#23536726

one year ago
Set.has() vs Array.includes() vs Array.indexOf() vs Array.lastIndexOf() vs Map.has() one year ago
runtest

411

one year ago
run test

111

one year ago
add fields to objects in array

speed of different variants of adding field into objects in array

one year ago
lodash camelCase vs javascript snake to camelcase only using regex one year ago
forEach mutate object vs map spread copy v2

add field into object with forEach vs spread fields into new object with new field in array of objects

one year ago
lodash camelCase vs javascript regex with predefined regex one year ago
forEach mutate object vs map spread copy

add field into object with forEach vs spread fields into new object with new field in array of objects

one year ago
new class from fn vs function returning obj from fn 2

Measure the performance of instanceOf operator vs comparing a basic string type.

one year ago
Map vs Object (real-world) Performance (better) 2

Lookup of map vs object (in a real-world test format)

one year ago
Set has vs object key vs map has

performance comparison of ways to find if an array contains a value

one year ago
Date.parse vs new Date(int) one year ago
moment vs custom parse one year ago
Set has vs object key 3

performance comparison of ways to find if an array contains a value

one year ago
Plain object access vs Proxy vs Property one year ago

 Create Your benchmarks