@best/analyzer
Advanced tools
Comparing version 4.0.0-beta5 to 4.0.0-beta6
@@ -9,3 +9,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = 1; | ||
//# sourceMappingURL=constants.js.map |
@@ -9,5 +9,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.computeSampleStats = exports.compareSamples = exports.analyzeBenchmarks = void 0; | ||
const constants_1 = require("./constants"); | ||
const stats_1 = require("./stats"); | ||
exports.compareSamples = stats_1.compare; | ||
Object.defineProperty(exports, "compareSamples", { enumerable: true, get: function () { return stats_1.compare; } }); | ||
function computeSampleStats(arr, samplesQuantileThreshold) { | ||
@@ -14,0 +15,0 @@ if (samplesQuantileThreshold < 1) { |
@@ -9,2 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compare = exports.formatNumber = exports.medianAbsoluteDeviation = exports.median = exports.variance = exports.mean = exports.quantile = exports.sort = void 0; | ||
function sort(arr) { | ||
@@ -11,0 +12,0 @@ return [...arr].sort((a, b) => a - b); |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.0.0-beta5", | ||
"version": "4.0.0-beta6", | ||
"description": "Best Analyzer", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
], | ||
"gitHead": "f42d23b357331db3b065cb25c610292aade7a43a" | ||
"gitHead": "507944746c1a9ef9187093f8b93b01c8e46669dc" | ||
} |
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
9089
197