Comparing version 1.4.3 to 1.4.4
@@ -57,4 +57,3 @@ #!/usr/bin/env node | ||
console.error('Missing URL to load-test'); | ||
options.printHelp(); | ||
process.exit(1); | ||
help(); | ||
} | ||
@@ -64,4 +63,3 @@ else if (options.args.length > 1) | ||
console.error('Too many arguments: %s', options.args); | ||
options.printHelp(); | ||
process.exit(1); | ||
help(); | ||
} | ||
@@ -165,3 +163,3 @@ options.url = options.args[0]; | ||
*/ | ||
function help(options) | ||
function help() | ||
{ | ||
@@ -168,0 +166,0 @@ options.printHelp(); |
{ | ||
"name": "loadtest", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Run load tests for your web application. Mostly ab-compatible interface, with an option to force requests per second. Includes an API for automated load testing.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/loadtest", |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://secure.travis-ci.org/alexfernandez/loadtest.png)](http://travis-ci.org/alexfernandez/loadtest) | ||
[![Build Status](https://secure.travis-ci.org/alexfernandez/loadtest.svg)](http://travis-ci.org/alexfernandez/loadtest) | ||
@@ -3,0 +3,0 @@ [![NPM](https://nodei.co/npm/loadtest.png?downloads=true)](https://nodei.co/npm/loadtest/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77374
2067