Skip to content

Reports runset filtering doesn't seem to work #64

@RedTachyon

Description

@RedTachyon

Might be a skill issue on my side, but I couldn't figure out how to use filtering in wr.Runset with v2, the grammar doesn't seem to be documented anywhere. I tried
config.value == v
and
value == v

and some other variations, it always resulted in a somehow broken plot.

I fixed it for myself locally by allowing Runset.filters to be filters: Optional[str | Filters] = "" and bypass the string parsing -- this allowed me to use the "typical" ws.Config("value") == v semantics. Happy to contribute this code if it'd help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions