Comparing version 3.0.5 to 3.0.6
{ | ||
"name": "loadtest", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"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", |
@@ -291,4 +291,4 @@ [![Build Status](https://secure.travis-ci.org/alexfernandez/loadtest.svg)](http://travis-ci.org/alexfernandez/loadtest) | ||
See [`sample/request-generator.js`](https://github.com/alexfernandez/loadtest/blob/master/sample/request-generator.js) | ||
for some sample code including a body. | ||
See [`sample/request-generator.js`](sample/request-generator.js) for some sample code including a body | ||
(or [`sample/request-generator.ts`](sample/request-generator.ts) for ES6/TypeScript). | ||
@@ -295,0 +295,0 @@ #### `--agent` (deprecated) |
@@ -13,3 +13,3 @@ 'use strict'; | ||
url: 'http://yourHost', | ||
concurrent: 5, | ||
concurrency: 5, | ||
method: 'POST', | ||
@@ -16,0 +16,0 @@ body:'', |
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
81840
23
1913