Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 365 Bytes

reduce-perf-test

I wanted to test if a single .reduce is faster than a longer .filter-map-filter chain.

Run it yourself

I'm assuming you have Node installed on your system. Clone the repo then run test.js like so:

cd reduce-perf-test && node test.js

You will then see the results in the console.