@best/analyzer
Advanced tools
Comparing version 4.0.0-beta1 to 4.0.0-beta10
@@ -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-beta1", | ||
"version": "4.0.0-beta10", | ||
"description": "Best Analyzer", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
], | ||
"gitHead": "4d06a44b069fcefaf95ea845a61bb99ac4254405" | ||
"gitHead": "dc681505d3da8f0f8bbf3b4c6a68e49521a1f5be" | ||
} |
9090
197