Benchmark name When Created
className string concat vs classList

className string concat vs classList 1. el.className = '1'; 2. add class '2' with string concat or classList add

3 years ago
Decoding ascii: TextDecoder vs Js

Measure performance of ascii decoding for various string lengths.

3 years ago
Some vs. Filter vs. indexOf (object) 3 years ago
TextDecoder vs Js 3 years ago
filtrowanie2 3 years ago
for loop comparison test 3 years ago
x**0.5 vs Math.pow(x,0.5) vs Math.sqrt(x) 3 years ago
Marked 4.0.4 vs 3 years ago
filtrowanie 3 years ago
jqvnat 3 years ago
Array isArray vs 'in' 3 years ago
Truncate performance

Description

3 years ago
find vs findIndex

find() vs findIndex() in Javascript

3 years ago
Lodash.js diff vs equal 3 years ago
111 regex test

with 111

3 years ago
Eval vs new function with proxy (edit) 3 years ago
Negative Conditionals 3 years ago
toFixed vs toPrecision vs Math.round() fast vs Math.floorfast vs new Math.trunc

Comparing performance of: toFixed(4) vs toPrecision(4).toString() vs (~~Math.round(*10000)).toString() vs Math.floor fast vs the new Math.trunc

3 years ago
remove vs removechild v2 3 years ago
Object.assign vs direct assignment Markus Test 3 years ago
.endsWith vs includes 3 years ago
Object values vs _.values (underscore)

Compare the built-in Object.values() method vs Underscore's _.values() method

3 years ago
Object.assign vs direct assignment 313 3 years ago
Array.prototype.slice vs spread operator vs concat 2

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

3 years ago
Array.prototype.slice vs spread operator vs concat

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

3 years ago

 Create Your benchmarks