JoeyHendricks / python-benchmark-harness

A micro/macro benchmark framework for the Python programming language that helps with optimizing your software.
MIT License
154 stars 13 forks source link

Add better statistical detection to QuickPotato #12

Closed JoeyHendricks closed 2 years ago

JoeyHendricks commented 2 years ago

Will be adding the regression algorithms I have developed to detect relevant changes between software changes. More info:

https://github.com/JoeyHendricks/automated-performance-test-result-analysis

JoeyHendricks commented 2 years ago

This has been completed in the current master branch