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

    Interface BenchmarkEnvironment

    Benchmark environment information.

    interface BenchmarkEnvironment {
        nodeVersion: string;
        platform: string;
        arch: string;
        cpuModel: string;
        cpuCores: number;
        totalMemory: number;
    }
    Index

    Properties

    nodeVersion: string

    Node.js version.

    platform: string

    Platform.

    arch: string

    Architecture.

    cpuModel: string

    CPU model.

    cpuCores: number

    CPU cores.

    totalMemory: number

    Total memory in bytes.