Socket
Socket
Sign inDemoInstall

loadtest

Package Overview
Dependencies
5
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.12 to 0.1.13

4

package.json
{
"name": "loadtest",
"version": "0.1.12",
"version": "0.1.13",
"description": "Load test scripts.",

@@ -20,3 +20,3 @@ "homepage": "http://milliearth.org/",

},
"keywords" : ["testing", "test", "load test", "http", "websocket", "performance", "black box"],
"keywords" : ["testing", "test", "load test", "load testing", "http", "performance", "black box"],
"engines": {

@@ -23,0 +23,0 @@ "node": "*"

@@ -6,3 +6,3 @@

Runs a load test on the selected HTTP or websocket URL. The API allows for easy integration in your own tests.
Runs a load test on the selected HTTP URL. The API allows for easy integration in your own tests.

@@ -35,3 +35,3 @@ Why use loadtest instead of any other of the available tools, notably Apache ab?

The URL can be "http://" or "ws://" for websockets. (Note: websockets are not working at the moment, patches welcome.) Set the max number of requests with -n, and the desired level of concurrency with the -c parameter.
The URL can be "http://" or "https://". Set the max number of requests with -n, and the desired level of concurrency with the -c parameter.

@@ -38,0 +38,0 @@ Single-dash parameters (e.g. -n) are designed to be compatible with Apache's ab.

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc