Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash range test

No description provided

jquery - empty vs html

No description provided

try vs try callback

No description provided

Array fill foreach, vs for i loop

People tend to use array fil and then foreach, we know foreach is faster than a for loop, but is it also faster if you use array fill first?

sdfgsdg

No description provided

v + o + d 4

No description provided

Array.prototype.concat vs spread vs Array.prototype.flat operator

Compare the new ES6 spread operator with the traditional concat() method

v + o + d 3

No description provided

v + o + d 2

No description provided

v + o + d

No description provided

visibility vs display 2

No description provided

visibility vs display

No description provided

Math vs tern

No description provided

drawImage() scaling down performance with no smoothing

No description provided

Overhead of saving and restoring context state

No description provided

Using a global context variable versus getting the context on each draw call

No description provided

Drupal once (variables in URL)

https://www.drupal.org/project/drupal/issues/2402103 Change the number of div created and the number of once items with URL parameters: to create 100 divs with 5 different "once" items add to the URL: ?div=100&once=5 to create 5 divs with 100 different "once" items add to the URL: ?div=5&once=100

Drupal once

https://www.drupal.org/project/drupal/issues/2402103

drawImage() scaling up performance

No description provided

drawImage() scaling down performance

No description provided

Setting a single pixel on an HTML5 canvas element

No description provided

Test find by id

Compare three approach for find by id

Lodash omit vs Native object destruction

No description provided

UTF-8 byte length Arabic 4-mthods

No description provided

Object.assign vs spread operator new object (fixed)

No description provided