UNPKG

@n8n/n8n-benchmark

Version:

Cli for running benchmark tests for n8n

6 lines (5 loc) 150 B
import { Command } from '@oclif/core'; export default class ListCommand extends Command { static description: string; run(): Promise<void>; }