Benchmark name When Created
Array.prototype.push.apply vs spread vs concat

When adding an element to an array, measure the performance of push, spread syntax and concat. The case is when original array must contain the new element, thus modifying it in process.

9 days ago
Lodash defaultTo vs native nullish operation 9 days ago
flatMap() vs flat().map()

flatMap vs flat map

10 days ago
dev nulldasssas

dev null

10 days ago
dealing with array of array which array should come first? 10 days ago
Drawing pre-scaled image vs scaling (same size of result image) 10 days ago
drawImage with scaling vs context scaling 10 days ago
StartsWith vs split space = 10 days ago
Semi deep copy | JSON stringify vs slice vs structuredClone vs spread vs Array from 10 days ago
JSON stringify vs slice vs structuredClone vs spread vs Array from 10 days ago
JSON.stringify vs slice vs structuredClone vs spread vs Array.from 10 days ago
JSON.stringify vs slice

JSON.stringify vs slice

10 days ago
test join1 10 days ago
test join 10 days ago
Find index in string with recursion vs findIndex

What's faster to locate a character's index within a string, findIndex or recursion?

10 days ago
Data attribute access 10 days ago
Markdown performance 2023-03-17 3 10 days ago
Markdown performance 2023-03-17 2 10 days ago
lodash uniq vs set array comprehension 10 days ago
bignumber.js vs. big.js vs. decimal.js vs. Fraction.js (v2, with script links corrected fork without "toString")

- https://github.com/iriscouch/bigdecimal.js/tree/v0.6.1 - 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/infusion/Fraction.js/tree/v4.0.12

10 days ago
String falsy test 11 days ago
Math.max() vs Custom

n/a

11 days ago
set.has vs. object in 2 11 days ago
for-in vs object.keys vs object.values for objects perf 5 11 days ago
for-in vs object.keys vs object.values for objects perf 11 days ago

 New benchmark Your benchmarks