Benchmark name When Created
Nested with statements 18 days ago
evaluating strings 18 days ago
Convert Date object to number(+ vs getTime vs Number), and for i vs foreach

comparing +, getTime and Number, each comparing for i vs foreach

18 days ago
es6 vs prototype vs module class 19 days ago
Push(forEach) vs Map 19 days ago
map vs foreach generating array 19 days ago
Is it worth checking for empty string before replace with regex? 19 days ago
how fast is regex3? 19 days ago
how fast is regex2? 19 days ago
how fast is regex? 19 days ago
RegExp constructor vs literal 2

Testing performance when using a new RegExp object vs a literal regex

19 days ago
array.some vs regex.test - new 20 days ago
Nested Json stringify speed test 20 days ago
div by 3 vs mul 0.333 20 days ago
div by 2 vs shift 1 vs mul 0.5 20 days ago
Multiple getAttribute vs dataset

Compare setAttribute to dataset in multiple getters

20 days ago
JS iterator vs array (big) 20 days ago
Array#includes() vs. Set#has() vs. Object.hasOwn() 20 days ago
JS iterator vs array 20 days ago
destructing vs mutating for large objects

destructing vs mutating for large objects

20 days ago
Comparing response.text() and response.json() then JSON.stringify() 20 days ago
querySelectorAll data attribute vs class name vs custom HTML tag 21 days ago
Clamp01 with various implementations 21 days ago
Clamp with various implementations 21 days ago
JS: append vs appendChild multiple elements with spread syntax

Comparing performance of: for (c of children) append(c) vs append(...c) vs for (c of children) appendChild(c)

21 days ago

 Create Your benchmarks