Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flandrade/benchmark-promises-test

Promise Benchmark with Jest and Mocha
https://github.com/flandrade/benchmark-promises-test

benchmark bluebird jest mocha promises typescript

Last synced: 6 days ago
JSON representation

Promise Benchmark with Jest and Mocha

Awesome Lists containing this project

README

        

# Promise Benchmark with Jest and Mocha

[![Travis](https://img.shields.io/travis/flandrade/benchmark-promises-test.svg)](https://travis-ci.org/flandrade/benchmark-promises-test)
[![Dependencies](https://david-dm.org/flandrade/benchmark-promises-test.svg)](https://david-dm.org/flandrade/benchmark-promises-test)

Promise Benchmark with Jest and Mocha. The goal of this project is to define which framework is the best for Promises.

## Usage

```
$ git clone [email protected]:flandrade/benchmark-promises-test.git
$ cd benchmark-promises-test
$ npm install
$ npm test
```

## Licence

MIT.