UNPKG

@n8n/n8n-benchmark

Version:

Cli for running benchmark tests for n8n

7 lines (5 loc) 156 B
import { Flags } from '@oclif/core'; export const testScenariosPath = Flags.string({ description: 'The path to the scenarios', default: 'scenarios', });