@runloop/api-client - v1.4.0
    Preparing search index...

    Interface BenchmarkStartRunParams

    interface BenchmarkStartRunParams {
        benchmark_id: string;
        metadata?: { [key: string]: string } | null;
        run_name?: string | null;
        runProfile?: RunProfile | null;
    }
    Index

    Properties

    benchmark_id: string

    ID of the Benchmark to run.

    metadata?: { [key: string]: string } | null

    User defined metadata to attach to the benchmark run for organization.

    run_name?: string | null

    Display name of the run.

    runProfile?: RunProfile | null

    Runtime configuration to use for this benchmark run