require-benchmark

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i require-benchmark

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.6 kB

Total Files

4

Last publish

Collaborators

  • tiagodanin