Introduction
Competitors
Library | Version |
---|---|
ramda | v0.27.1 |
rambda | v6.9.0 |
remeda | v0.0.32 |
lodash/fp | v4.17.21 |
@mobily/ts-belt | v3.0.0 |
How to run benchmarks?
Clone the repo:
git clone https://github.com/mobily/ts-belt.git
Install all dependencies and build ts-belt
:
yarn
yarn build dist -t
Go to the benchmarks
directory and install all dependencies as well:
cd ./benchmarks
yarn
Then, run the following command in order to run benchmark suites:
yarn start
# or
yarn generate # if you want to generate a markdown file
info
Both commands generate a new results file, which is saved in the benchmarks/.results
directory. Don't hesitate to send the results file to me! 😊 (DM me on Twitter to get more details)