Interface BenchOpts

interface BenchOpts {
    asyncRequests?: boolean;
    callbacks?: boolean;
    msgs?: number;
    pub?: boolean;
    rep?: boolean;
    req?: boolean;
    size?: number;
    sub?: boolean;
    subject?: string;
}

Properties

asyncRequests?: boolean
callbacks?: boolean
msgs?: number
pub?: boolean
rep?: boolean
req?: boolean
size?: number
sub?: boolean
subject?: string