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

    Interface BenchmarkRunListView

    interface BenchmarkRunListView {
        has_more: boolean;
        runs: Runloop.BenchmarkRunView[];
        total_count?: number | null;
    }
    Index

    Properties

    has_more: boolean

    List of BenchmarkRuns matching filter.

    total_count?: number | null