UNPKG

benchmark-meter

Version:

benchmark-meter is a straightforward benchmarking tool designed for measuring the performance of algorithms

6 lines (5 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Benchmark = void 0; const Benchmark_1 = require("./Benchmark"); Object.defineProperty(exports, "Benchmark", { enumerable: true, get: function () { return Benchmark_1.Benchmark; } });