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

    Specifies a benchmark definition with runtime configuration. The benchmark definition's scenarios will be executed using the provided agent and orchestrator configurations.

    interface BenchmarkDefinitionJobSpec {
        agent_configs: Runloop.BenchmarkJobCreateParams.BenchmarkDefinitionJobSpec.AgentConfig[];
        benchmark_id: string;
        type: "benchmark";
        orchestrator_config?:
            | Runloop.BenchmarkJobCreateParams.BenchmarkDefinitionJobSpec.OrchestratorConfig
            | null;
    }
    Index

    Properties

    Agent configurations to use for this run. Must specify at least one agent.

    benchmark_id: string

    ID of the benchmark definition to run. The scenarios from this benchmark will be executed.

    type: "benchmark"

    Orchestrator configuration (optional overrides). If not provided, default values will be used.