Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 522 Bytes

Random Benchmarks

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.

Usage

  1. Clone it:

    git clone git@github.com:kinday/benchmarks.git
    
  2. Install dependencies. I prefer Yarn, npm would work but no lockfile for you.

    yarn install
    
  3. Run a benchmark (with node node <benchmark>.js):

    node ramda-curry.js