nexus-agents - v2.80.0
    Preparing search index...

    Interface MemoryBenchmarkConfig

    Memory benchmark configuration extending base benchmark config.

    interface MemoryBenchmarkConfig {
        datasetSizes: readonly number[];
        warmupIterations: number;
        measurementIterations: number;
        timeoutMs: number;
        thresholds: BenchmarkThresholds;
        contentSizeBytes: number;
        tagsPerEntry: number;
        searchPatterns: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    datasetSizes: readonly number[]

    Dataset sizes to test.

    warmupIterations: number

    Number of warmup iterations.

    measurementIterations: number

    Number of measurement iterations per size.

    timeoutMs: number

    Timeout per operation in milliseconds.

    Thresholds for pass/fail.

    contentSizeBytes: number

    Size of content in bytes.

    tagsPerEntry: number

    Number of tags per entry.

    searchPatterns: readonly string[]

    Search query patterns.