An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# neon-benchmarks

[![Build Status](https://travis-ci.com/amilajack/neon-benchmarks.svg?branch=master)](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
```