Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BenchOpts

import type { BenchOpts } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/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;
}

§Properties

§
asyncRequests?: boolean
[src]
§
callbacks?: boolean
[src]
§
msgs?: number
[src]
§
pub?: boolean
[src]
§
rep?: boolean
[src]
§
req?: boolean
[src]
§
size?: number
[src]
§
sub?: boolean
[src]
§
subject?: string
[src]