Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Combine benchmark result JSON files #260

Open
SchoolGuy opened this issue May 27, 2024 · 0 comments
Open

[FEAT] Combine benchmark result JSON files #260

SchoolGuy opened this issue May 27, 2024 · 0 comments

Comments

@SchoolGuy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant