Analyses the outcomes of two Gradle Profiler benchmarks with the Paired T-test statistical technique
Project description
Paired T-tests for Gradle Benchmarks
Context
Complete blog post to come. Stay tunned
gradle-profiler-pttest
can analyse the outcomes of two benchmarks generated by Gradle Profiler with the Paired T-test statistical technique.
The goal is provide a super easy way to compare two benchmarks for Gradle builds - for the same task - without being mislead by simple means, since we are leveraging on a more robust statistical evidence on top of the outcomes.
This tool is built on top of pingouin, an opinionated Statistics library which leverages NumPy, Pandas and SciPy. Among other things, gradle-profiler-pttest
features :
- An opinionated hyphotesis test (left-tailed) where we want to check if modified build conditions (h1) have a mean statistically lower than baseline build conditions (h0), which means better execution times given the modifications applied
- Auto-correction for benchmark samples with different sizes
Note that the ideal size for samples should be a small one - ideally between 10 and 30 measured builds - in order to make sense of T-student analysis.
Installing
Install from your CLI with pip
pip install gradle-profiler-pttest
Requires Python 3.8.5 or newer
Using
-
Run the benchmarks with Gradle profiler for the status quo (
baseline
) and for the modifications applied the your Gradle project (modified
) -
Supply the generated CSV files to
gradle-profiler-pttest
gradle-profiler-pttest \
-b <path/to/baseline/benchmark.csv> \
-m <path/to/modified/benchmark.csv>
- Profit results
Limitations
Right now gradle-profiler-pttest
supports only one Gradle task per supplied benchmark sample, taking the first task executed as reference for the analysis given a multi-task benchmarked scenario.
Contributing
- Ensure you have Python 3.8.5 or newer installed
- Ensure you have flake8 support in your text editor / IDE
- Check the contribution guidelines
- Make sure you have a green build
make flake8
make test
- Summit your PR 🔥
Credits
- Raphael Vallat for pingouin, it made the task super easy
- Will McGugan for rich, I wish I had something awesome like this for my JVM projects
Author
Coded by Ubiratan Soares (follow me on Twitter)
License
The MIT License (MIT)
Copyright (c) 2020 Dotanuki Labs
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gradle-profiler-pttest-0.0.3.tar.gz
.
File metadata
- Download URL: gradle-profiler-pttest-0.0.3.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.2 CPython/3.8.5 Linux/5.4.0-1026-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e658077b6ac42193a6d596c77d04fdff3b0a2cf686bbc922b10b4a585175b3ca |
|
MD5 | 6761d0a979a0ec58954449b36a445b21 |
|
BLAKE2b-256 | 228416e3152beac49038ac07c88c50a213fe434bfa55fc1d480f7d4ebe2588ee |
File details
Details for the file gradle_profiler_pttest-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: gradle_profiler_pttest-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.2 CPython/3.8.5 Linux/5.4.0-1026-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9786d4c2c54be2dad368f4f1b814346b8e262ecfacadc9c8a872486597c6e50 |
|
MD5 | 0436b55a7a20d012d56e4a80dcd0b2c1 |
|
BLAKE2b-256 | f4b7214e734ee0411f8d8f0fac3c8694c8fe8b5b4280550a82fbd76145813edb |