Benchmark name When Created
for loop vs array map 4 months ago
for loop vs Array.prototype.map 4 months ago
Array(1,000,000 length) Mapping | Array.from vs Spread 4 months ago
objct vs function vs class 4 months ago
Set(1,000,000 length) Convert | Array.from vs Spread 4 months ago
objct3 vs function3 4 months ago
Array(1,000,000 length) Convert | Array.from vs Spread 4 months ago
Battle of the JavaScript Loops

Brought to you by boredom

4 months ago
Public vs Private properties

Comparing the get and set performance of directly accessing a field on a class versus using a getter/setter pair on a private property.

4 months ago
_.sortBy vs JS sort vs for vs forEach 4 months ago
bignumber.js vs. big.js vs. decimal.js vs currency.js

- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 - https://github.com/scurker/currency.js/tree/v2.0.4

4 months ago
Number vs + vs parseFloat vs Math.Round (round to 2 decimal places) 4 months ago
Number vs + vs parseFloat vs Divide 4 months ago
for loop vs. .map but fast and with only 4 elements 4 months ago
for loop vs. .map but fast 4 months ago
for loop vs. .map [2] 4 months ago
string-interpolation-vs-toString-vs-String 4 months ago
nodes clone vs text replace 4 months ago
RegEx vs For Loop TestML

-

4 months ago
Array.from() vs new Array() without callback 4 months ago
insertAdjacentHTML vs append: V2 4 months ago
flatMap() vs filter().map() 999

flatMap vs filter map

4 months ago
foreach/for of 4 months ago
Test wildcard selectors with and without tag 2 4 months ago
Test wildcard selectors with and without tag 4 months ago

 Create Your benchmarks