Comparing version 2.1.0 to 2.2.0
@@ -319,3 +319,3 @@ 'use strict'; | ||
log.info('Requests per second: %s', results.rps); | ||
log.info('Total time: %s s', results.totalTimeSeconds); | ||
log.info('Mean latency: %s ms', results.meanLatencyMs); | ||
log.info(''); | ||
@@ -322,0 +322,0 @@ log.info('Percentage of the requests served within a certain time'); |
{ | ||
"name": "loadtest", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"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", |
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
78913