This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

timeload

0.0.3 • Public • Published

timeload

Simply get the load time of your locally installed modules.

preview

Install

Locally

$ npm i --save-dev timeload

or globally

$ npm i -g timeload

Usage

Run this command in your current working directory:

$ timeload [options]

Basic example:

$ timeload

unwin        | 241µs |  7.03%
nice-try     | 266µs |  7.75%
has-flag     | 280µs |  8.15%
text-table   | 367µs | 10.67%
picocolors   | 536µs | 15.57%
pretty-ms    | 562µs | 16.33%
clear-module | 1ms   | 34.51%
Performed 5 runs.

Average load time: 3ms 443µs 960ns
Total load time: 17ms 219µs 800ns

Options

--runs [number]

Determine how many times should all modules be loaded to better estimate their average load time. Default is set to 5 runs.

--dev

If set, it will also include devDependencies from your package.json and attempt loading them as well. Default is false.

--esm (experimental)

If set, it will attempt to load all modules using dynamic import. By default each module will be loaded using require unless it is an esm module.

License

MIT

Package Sidebar

Install

npm i timeload

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

9.91 kB

Total Files

7

Last publish

Collaborators

  • mrozio