Comparing version 1.6.0 to 1.7.0
@@ -27,2 +27,3 @@ var Mocha = require('mocha'); | ||
var iterationCount = 5000; | ||
var iterations = new Array(iterationCount); | ||
@@ -98,3 +99,2 @@ function updateMetadata(test, iterations) { | ||
var returnsPromise = detectReturningPromise(fn); | ||
var iterations = new Array(iterationCount); | ||
@@ -101,0 +101,0 @@ var runIterations; |
{ | ||
"name": "chewbacca", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "A benchmark tool for Mocha test that will run the body of each test many times.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
15737