UNPKG

@n8n/n8n-benchmark

Version:

Cli for running benchmark tests for n8n

9 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testScenariosPath = void 0; const core_1 = require("@oclif/core"); exports.testScenariosPath = core_1.Flags.string({ description: 'The path to the scenarios', default: 'scenarios', }); //# sourceMappingURL=common-flags.js.map