@dapplion/benchmark
Version:
Ensures that new code does not introduce performance regressions with CI. Tracks:
10 lines (9 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HistoryProviderType = void 0;
var HistoryProviderType;
(function (HistoryProviderType) {
HistoryProviderType["Local"] = "Local";
HistoryProviderType["GaCache"] = "GaCache";
HistoryProviderType["S3"] = "S3";
})(HistoryProviderType || (exports.HistoryProviderType = HistoryProviderType = {}));