Socket
Socket
Sign inDemoInstall

meteor-babili-benchmark

Package Overview
Dependencies
206
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    meteor-babili-benchmark

Babel's benchmark for babili modified to work with the meteor babel package.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Meteor Babili Benchmark

This package is designed to test Meteor's new Javascript minfication library, Babili. In this package is a bechmark, adapted from the benchmark provided by Babel. It tests Babili, Uglify, Closure, Closure JS, Babili on code compiled with meteor-babel and Uglify on code compiled with meteor-babel.

How to install and run (Globally)

This package is super easy install, simply open a terminal and run:

npm install -g meteor-babili-benchmark

After that, simply run the command from your terminal:

meteor-babili-benchmark [options] <arguments>

For more information on the arguments and options see here.

How to install and run (Locally)

If you want to run the package locally, you can run the following commands:

git clone https://github.com/eagerestwolf/meteor-babili-benchmark.git
cd meteor-babili-benchmark
npm run benchmark [options] <arguments>

For more information on the arguments and options see here.

Arguments and Options

The general command format is as follows:
meteor-babili-benchmark [package@version] [file]

The options are as follows:

OptionEffect
-o, --offlineOnly install package if not present; package not removed after testing
-r, --runs <n>Number of times to run tests
`-l, --localUse local file instead of a package

The arguments are:

  • package: The npm package to test
  • version: The version of the package
  • file: The file in the package to test. If no file is provided then the test default to the main file of the package.

FAQs

Last updated on 22 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc