Skip to content

kinday/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published