Socket
Socket
Sign inDemoInstall

loadtest

Package Overview
Dependencies
27
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

sample/request-generator.ts

2

package.json
{
"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:'',

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