@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
11 lines (10 loc) • 423 B
JavaScript
import { BaseTopicCommand } from '../../base-topic-command.js';
export default class BenchTopic extends BaseTopicCommand {
topicName = 'bench';
commandGroup = 'benchmark testing';
static description = 'Commands for running benchmark tests';
static examples = [
'<%= config.bin %> <%= command.id %> publisher my-channel',
'<%= config.bin %> <%= command.id %> subscriber my-channel',
];
}