Benchmark name When Created
map vs object test here 4 months ago
map over Object (or Record in TS) vs Map clone 4 months ago
Math.hypot vs Math.sqrt vs Math.sqrt&pow vs Math.sqrt&**2

Is Math.hypot actually faster than Math.sqrt?

4 months ago
BigInt(a + b) vs BigInt(a) + BigInt(b) 4 months ago
[] spread vs mutation vs Object.assign for reduce callback 4 months ago
Array.every vs JSON.stringify2123 4 months ago
reduce performance

reduce slice performance

4 months ago
Recursion vs Nested Loops

Will use a function that creates steps(one side of a christmas tree)

4 months ago
Map get VS Map has get 20122

Map get VS Map has get

4 months ago
sort vs reverse test 2 4 months ago
sort() vs reverse() when getting last item or first item 4 months ago
Visits 4 months ago
Convert binary string to bytes

To use browser's atob() or btoa(), we need to convert between bytes and so-called "binary" string. This test converts "binary" string to bytes, for working with results from atob() calls, which decodes base64 to bytes (in the form of binary string).

4 months ago
Convert bytes to binary string

To use browser's atob() or btoa(), we need to convert between bytes and so-called "binary" string. This test convert bytes to "binary" string, for future calls of btoa(), i.e. encoding bytes (in the form of binary string) to base64.

4 months ago
Test uint32array ant biguint64array

Test

4 months ago
Regex vs split/join correct 4 months ago
Set merge 4 months ago
ES6 Class vs Prototype vs Object Literal vs ES6 Class Extends 4 months ago
ES6 Class vs Prototype vs Object Literal vs ES6 Class extends vs ES6 Class extends twice

Test the speed and memory usage using 5 different techniques for constructing class objects.

4 months ago
Python benchmarks support (via Pyodide & WebAssembly)

MeasureThat.net now supports Python in-browser benchmarks via Pyodide. This new feature allows users to write and execute Python code directly within their web browser, enabling seamless performance testing and benchmarking of Python scripts. (added in v1.7.0)

4 months ago
Date constructor inputs 4 months ago
Dayjs Date-fns format and add day comparison 4 months ago
for-in vs object.keys no foreach 4 months ago
jquery 2.2.4 vs 2.1.1

Comparing performance of: jquery 2.2.4 vs 2.1.1

4 months ago
JS string param vs object property as param 4 months ago

 Create Your benchmarks