https://github.com/amilajack/neon-benchmarks
A collection of benchmarks comparing performance differences between native node modules and Neon implementations
https://github.com/amilajack/neon-benchmarks
benchmarks neon
Last synced: 15 days ago
JSON representation
A collection of benchmarks comparing performance differences between native node modules and Neon implementations
- Host: GitHub
- URL: https://github.com/amilajack/neon-benchmarks
- Owner: amilajack
- Created: 2018-11-25T08:01:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:47:13.000Z (about 3 years ago)
- Last Synced: 2025-02-13T18:17:57.639Z (2 months ago)
- Topics: benchmarks, neon
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neon-benchmarks
[](https://travis-ci.com/amilajack/neon-benchmarks)
A collection of benchmarks comparing performance differences between native node modules and Neon implementations of those modules
## Setup
```bash
git clone https://github.com/amilajack/neon-benchmarks
cd neon-benchmarks
# If you don't have lerna, run `npm i -g lerna`
lerna bootstrap
yarn bench
```