Benchmark name When Created
React const vs function 2024 fork 19 days ago
React const vs function 2024 (swapped order) 19 days ago
zetsin 19 days ago
React const vs function 2024 19 days ago
Array.from vs new Array using index value 19 days ago
Object creation from property array, manual vs Object.fromEntries 19 days ago
Javascript Sorting Algorithms test1 19 days ago
class getter/setter vs property 20 days ago
random-int-mathrandom-vs-lodashrandom 20 days ago
Compare strings, localeCompare vs Intl.Collator API vs strict equality

This test measures which is faster, compare a string using localeCompare method, the Intl.Collator API or a strict equality

20 days ago
Array.filter vs lodash.compact 21 days ago
compare the ways to generate an empty array for iteration 2

- Array.apply: Array.apply(null, Array(100)) - Destructuring operator: [...Array(100)] - Array.prototype.fill Array(100).fill(undefined) - Array.from Array.from({ length: 100 })

21 days ago
Substr vs Substring vs Slice v2 21 days ago
indexOf versus object 4 21 days ago
indexOf versus object 3 21 days ago
indexOf versus object 2 21 days ago
indexOf versus object 21 days ago
Array.find vs. Map.get (string) fixes

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

21 days ago
class vs function mk I 21 days ago
Lodash SortBy Vs Stable Sort 21 days ago
Clone deep benchmarks for PR sections 21 days ago
Map vs filter for unique properties in object 21 days ago
Destructuring vs Direct Access Performance in JavaScript

This benchmark tests the performance difference between destructuring and direct access of object properties in JavaScript. The goal is to evaluate which method is faster for accessing multiple properties of an object.

21 days ago
Performance of js Include function over array and string 22 days ago
Array.find vs. Map.get (string)

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

22 days ago

 New benchmark Your benchmarks