Benchmark name When Created
Division 10 months ago
For v red 10 months ago
RegEx.test vs. String.includes vs. String.match1 10 months ago
F vs r 10 months ago
JSON Stringify vs Object Keys Properties in two objects comparison 2

Calculate what is the faster way to check if 2 objects have the same properties

10 months ago
JSON Stringify vs Object Keys Properties in two objects comparison

Calculate what is the faster way to check if 2 objects have the same properties

10 months ago
Speed of ForI 10 months ago
luxon 3.3.0 vs datefns 10 months ago
spread vs ArrayFrom object 10 months ago
spread vs ArrayFrom 10 months ago
splice vs double pop

100k list

10 months ago
JavaScript sdfsdfds performance1 10 months ago
JavaScript sfsdfsdf performance1 10 months ago
test and otherwise 10 months ago
javascript new vs Object.create 3 10 months ago
Direct call vs bind vs call vs apply vs self (with many params) 10 months ago
destruct object 10 months ago
javascript new vs Object.create 2 10 months ago
Check if specified obj is DOM Node 10 months ago
javascript new vs Object.create 10 months ago
asdasdfasdfasdf 10 months ago
Lodash DifferenceWith vs Native 2 10 months ago
v2 JavaScript spread operator vs Object.assign performance 10 months ago
array vs set lookup

uses array includes, array indexOf, and set has

10 months ago
compare the ways to generate an empty array for iteration

- Array.apply: Array.apply(null, Array(100)) - Destructuring operator: [...Array(100)] - Array.prototype.fill Array(100).fill(undefined) - Array.from Array.from({ length: 100 })

10 months ago

 New benchmark Your benchmarks