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

    Interface BenchmarkRunListView

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

    Properties

    has_more: boolean
    remaining_count: number

    List of BenchmarkRuns matching filter.

    total_count: number