Browse the latest JavaScript performance benchmarks created by the community.
No description provided
let wrapper = document.createElement("ul") for (let i=1;i<=1e6;i++) wrapper.append(document.createElement("li")) subject = wrapper.querySelector("li")
rest vs array 1000 entity
rest vs array with 10000
rest vs array with 10000 entity
rest param vs array param with 1000 entity
1000 entity with rest parameter
rest parameter vs array
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Compare the new ES6 spread operator with the traditional concat() method and push
test
No description provided
No description provided
No description provided
No description provided
Test String.match with regex against String.split with regex. We are splitting a string at the spaces.
No description provided
tests with a short string and a long string, to help discern which methods are tied to the string length, and which are not.
Praveen's benchmark for lodash vs native
No description provided