UNPKG

867 BJavaScriptView Raw
1(function (factory) {
2 if (typeof module === "object" && typeof module.exports === "object") {
3 var v = factory(require, exports);
4 if (v !== undefined) module.exports = v;
5 }
6 else if (typeof define === "function" && define.amd) {
7 define(["require", "exports", "tslib", "./Suite"], factory);
8 }
9})(function (require, exports) {
10 "use strict";
11 Object.defineProperty(exports, "__esModule", { value: true });
12 var tslib_1 = require("tslib");
13 var Suite_1 = require("./Suite");
14 var BenchmarkSuite = (function (_super) {
15 tslib_1.__extends(BenchmarkSuite, _super);
16 function BenchmarkSuite(options) {
17 return _super.call(this, options) || this;
18 }
19 return BenchmarkSuite;
20 }(Suite_1.default));
21 exports.default = BenchmarkSuite;
22});
23//# sourceMappingURL=BenchmarkSuite.js.map
\No newline at end of file