Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash startsWith vs native startsWith

No description provided

Lodash sort vs array.prototype.sort reverse

No description provided

lodash get with path vs native get with path

No description provided

Bench flat map vs spread reduce

No description provided

Lodash orderBy vs array.prototype.sort string

No description provided

If else vs switch case

No description provided

Canvas roundrect perf

No description provided

Native filter().length vs lodash sumBy vs lodash filter().size(), for large array

As of 3/22/2022, the differences in the performance of the last three test cases have very different performances in Firefox and very similar performances in Chrome. For small arrays, see https://www.measurethat.net/Benchmarks/Show/17858/7/native-filterlength-vs-lodash-sumby-vs-lodash-filtersiz .

typeof vs instanceof vs constructor vs toString

No description provided

localCompare vs ===

Comparing performance of localCompare vs '==='

Test jQuery vs Javascript

No description provided

Js Search - String StartsWith vs Includes

No description provided

msgpack vs. JSON

No description provided

Js Search -String IndexOf vs Includes

No description provided

Intl.NumberFormat vs toLocalString vs string split vs toFixed vs bignumber vs regex

No description provided

Intl.NumberFormat vs toLocalString vs string split vs toFixed vs bignumber

No description provided

Object.defineProperty vs Object.assign vs direct assigment

No description provided

startsWith vs str[0] === char

Testing some things

concat vs template

No description provided

Regex vs .indexOf vs .includes

Testing some things

compare arrays

lodash vs json stringify and other methods

Regex vs .indexOf vs .includes vs .startsWith

Testing some things

toFixed vs toPrecision vs Math.round() 2 decimal

No description provided

eval vs new Function vs mathjs (evaluate) vs mathjs (chain)

No description provided

Custom Event vs Callback 2

No description provided

NEW BENCHMARK Your Benchmarks