Skip to content

Session.name is accepted but never read #77

Description

@deyna256

Session.__init__ accepts a name: str = "benchmark" parameter and assigns it to self.name, but the attribute is never accessed anywhere inside the class and is not propagated to Report or any other component.

Users who set a session name to identify a run have no way to retrieve it from the produced report, making the parameter misleading. This is a recurrence of the same problem that existed on the former Benchmark class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    debtAccumulated shortcuts and workaroundsgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions