Skip to content

Shared objects in cloud storage #300

@mcopik

Description

@mcopik

Currently, we deploy all benchmark inputs once. While it makes perfect sense for some data (like ML model), for other inputs, it might make sense to duplicate other inputs. For example, if we plan 100 concurrent invocations, we can replicate the input image 100 times.

Similarly, we should cache and replicate inputs in NoSQL storage. Right now, we generate new input with different unique ID for every invocation. This needs to be cached and replicated, reusing across invocations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions