@nats-io/nats-core
    Preparing search index...

    Interface BenchOpts

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

    Properties

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