Skip to content

[FEAT] Combine benchmark result JSON files #260

Open
@SchoolGuy

Description

I as a user of pytest-benchmark
want to reuse benchmark results my CI gives me
so that I don't have to re-execute the benchmark locally.


Currently, my GitHub CI is executing a part of the performance testsuite so I can parallelize the execution of it (it is quite long). To be able to compare this with a single local full run it would be cool if the standalone CLI could combine the different JSON files into a single "squashed" one to be able to have a one-by-one comparison with the local execution of it. Otherwise the comparison is quite tedious since you need to compare ten different test results with the local run.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions