Benchmark name When Created
Array Objects to Set and has vs Array.find

Which is fastest? Array of objects, with the ID mapped to `Set` finally looked up with `has`, or directly using `Array.find`

8 months ago
Object arrays: findIndex vs for loop (Small amount of entries)

Testing finding an object array via findIndex or by using a for loop

8 months ago
test ipsum

another one

8 months ago
test lorem

lorem ipsum

8 months ago
Round numberz

Test between two ways to round up or round down numbers

8 months ago
Round numbers - OK

Test between two ways to round up or round down numbers

8 months ago
Round numbers

Test between two ways to round up or round down numbers

8 months ago
array.map() with spread vs for-loop v2 8 months ago
Lodash toString vs String Constructor 2 8 months ago
JS Native vs Loadash 8 months ago
array.map() with spread vs for-loop 8 months ago
querySelector vs getElementById 2

test2

8 months ago
Get last path part - Regex vs split 8 months ago
rest parameters vs arguments (no extra args) 8 months ago
RFDC clone vs Clone vs JSON Clone 8 months ago
Array vs Object vs Map vs WeakMap access (123123) 8 months ago
create new Map vs create new Array 8 months ago
string concat big string 8 months ago
var array = [1,2,3];

var array = [1,2,3];

8 months ago
Restoring actual data 8 months ago
spread undefined vs empty object 8 months ago
multie params vs object 8 months ago
flatten merge array : reduce VS Object.assign 8 months ago
flatten merge array: reduce VS Object.assign 8 months ago
Array.Prototype.at vs index

Measures performance between using arr.at(1) to access an element in an array and arr[1]

8 months ago

 Create Your benchmarks


;