Tests performance of JSON.parse(JSON.stringify( )) vs structuredClone( )
Comparses JSON.parse(JSON.stringify()) vs structuredClone on a bigger JSON object
Bitwise big array comparision. Goal of this test is to figure out wether it's more efficient to find 1 out of many checksums as string or integer.
Set vs Array vs Object Dictionary
Checking to see if a variable is included
Compare loop performance
Create Your benchmarks
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide