BenchOpts
import type { BenchOpts } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
interface BenchOpts {
asyncRequests?: boolean;
callbacks?: boolean;
msgs?: number;
pub?: boolean;
rep?: boolean;
req?: boolean;
size?: number;
sub?: boolean;
subject?: string;
}