Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flandrade/benchmark-promises-test
- Owner: flandrade
- License: mit
- Created: 2017-12-23T20:28:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T16:55:59.000Z (about 5 years ago)
- Last Synced: 2024-11-22T17:51:52.640Z (2 months ago)
- Topics: benchmark, bluebird, jest, mocha, promises, typescript
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.