Sometimes I want to know more about performance of certain APIs. Ad-hoc benchmarks are lost and I can’t come back to them, so this repo acts as a backup, but made public as it might be useful for someone.
-
Clone it:
git clone [email protected]:kinday/benchmarks.git
-
Install dependencies. I prefer Yarn, npm would work but no lockfile for you.
yarn install
-
Run a benchmark (with node
node <benchmark>.js
):node ramda-curry.js