Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

query test(keys)

No description provided

TY_svg_stackCompare_v002

Testing different methods for altering svg properties

Unshift vs concat

We can add elements to the beginning of array using both, let's find out which is faster. Unshift also mutates the array. Concat does not, so that would be preferable.

TY_svg_stackCompare_v001

Testing different methods for altering svg properties

Stroke-width vs vector-effect

Scaling a stroke and countering the scale by using stroke-width or vector-effect.

Array.prototype.concat vs Array.prototype.splice() for joining two arrays

No description provided

Micromark vs markdown-it parser2

No description provided

Date JsonReviver8

No description provided

flat vs flatMap vs reduce vs dumb

No description provided

flat vs flatMap vs reduce

No description provided

JS multiple parameters vs parameter object - more tests

Test whether it is faster to pass a single object or multiple parameters to a function call.

Consume Object.entries vs for..in 2022

No description provided

Split vs Regex find

No description provided

includes + toLowerCase vs RegExp + i

No description provided

custom isNaN perf

No description provided

custom isNaN

No description provided

RegEx insensitive vs sensitive

No description provided

isNumber: regex vs isNaN vs custom

judge an object property key is a number

Array.from vs Spread Test

No description provided

Destructure array vs Array index

No description provided

float avg comparison

with lodash AND bignumber

Perfs of bignumber

No description provided

Destructuring vs Dot notation v2

No description provided

Format number | Regex vs Code V1.1

Regex VS Code for number format

Destructuring vs Dot notation

No description provided