1.0.0 • Published 5 years ago

require-benchmark v1.0.0

Weekly downloads
53
License
MIT
Repository
github
Last release
5 years ago

Require Benchmark

Travis XO code style Node Version Downloads

Package loading time in NodeJs

Installation

Module available through the npm registry. It can be installed using the npm or yarn command line tools.

# NPM
npm install require-benchmark --save
# Or Using Yarn
yarn add require-benchmark

Example

// eslint-disable-next-line import/no-unassigned-import
require('require-benchmark') // First import
const fs = require('fs')
const path = require('path')

fs.readFileSync(path.resolve('package.json')).toString()

Tests

To run the test suite, first install the dependencies, then run test:

# NPM
npm test
# Or Using Yarn
yarn test

Dependencies

None

Dev Dependencies

  • xo: JavaScript happiness style linter ❤️

Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.

License

MIT © Tiago Danin