Browse the latest JavaScript performance benchmarks created by the community.
Test finding an object array via findIndex or by using a for loop, and edit the value of that index.
Compares the difference in performance between regex, compiled regex and includes.
No description provided
No description provided
No description provided
Compares deeply two objects
No description provided
const shuffleColor = (array) => { const length = array === null ? 0 : array.length; return length ? array[Math.floor(Math.random() * length)] : undefined; };
No description provided
No description provided
No description provided
No description provided
No description provided
Measure the fastest way to merge objects, without mutation.
Measure the fastest way to merge objects, without mutation.
Measure the fastest way to merge objects, without mutation.
Measure the fastest way to merge objects, without mutation.
Measure the fastest way to merge objects, without mutation.
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided