Skip to content

Low concurrency timeouts #269

@arekay-nv

Description

@arekay-nv

Concurrency=1 requires the most amount of time for any hardware not specialized for single concurrency use.
We would like to keep the concurrency=1 (or lower concurrency in general for instance between 1 and 8) supported via the system, but that may require us to tweak the constraints.
One proposal is to use a sampled (similarly distributed to the original dataset) subset of the original dataset for lower concurrency runs. This would require comparisons to be only made between the lower concurrency points on the pareto.
Alternatively, we can limit the execution time, but that would mean that random subset of the dataset get processed within the time limit, which makes comparison unfair - even between lower concurrency submissions due to different random subsets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: clientEndpoint client, HTTP, transport, ZMQpriority: P1High — must address this cycletype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions