autocannon
Advanced tools
Comparing version 7.8.0 to 7.8.1
@@ -27,3 +27,3 @@ 'use strict' | ||
shortLatency.push(asLowRow(chalk.bold('Latency'), asMs(result.latency))) | ||
logToLocalStr(shortLatency.toString()) | ||
logToLocalStr('\n' + shortLatency.toString()) | ||
@@ -30,0 +30,0 @@ const requests = new Table({ |
{ | ||
"name": "autocannon", | ||
"version": "7.8.0", | ||
"version": "7.8.1", | ||
"description": "Fast HTTP benchmarking tool written in Node.js", | ||
@@ -5,0 +5,0 @@ "main": "autocannon.js", |
@@ -14,2 +14,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -16,0 +17,0 @@ /.*/, |
@@ -17,2 +17,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -19,0 +20,0 @@ /.*/, |
@@ -18,2 +18,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -70,2 +71,3 @@ /.*/, | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -212,2 +214,3 @@ /.*/, | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -214,0 +217,0 @@ /.*/, |
@@ -14,2 +14,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -16,0 +17,0 @@ /.*/, |
@@ -15,2 +15,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -17,0 +18,0 @@ /.*/, |
@@ -11,2 +11,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -13,0 +14,0 @@ /.*/, |
@@ -12,2 +12,3 @@ 'use strict' | ||
/.*/, | ||
/$/, | ||
/Stat.*2\.5%.*50%.*97\.5%.*99%.*Avg.*Stdev.*Max.*$/, | ||
@@ -14,0 +15,0 @@ /.*/, |
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
581483
8501