Releases: redhat-performance/pyperf-wrapper
Releases · redhat-performance/pyperf-wrapper
v2.0
What's Changed
- Add LICENSE by @kdvalin in #31
- Add Issue and PR templates by @kdvalin in #37
- Add PR/Issue workflows by @kdvalin in #38
- Add python version to the header of the CSV by @kdvalin in #40
- Convert to using python binary directly instead of alternatives by @kdvalin in #42
🚨 Breaking Changes 🚨
New Contributors
Full Changelog: v1.25...v2.0
test-binary
This is a prelease version, this SHOULD NOT BE USED by anyone except the author.
Uses python binary directly instead of using alternatives.
test-version-output
Add version output, this is a pre-release tag indicating that it may be broken and is to be used for testing only.
v1.25: Merge pull request #30 from redhat-performance/meta-updates
Pyperf meta updates
v1.24
What's Changed
This allows adds an option --pyperf_version
to specify the pyperformance version posted to PyPi
New default pyperformance version: 1.11.0
Full Changelog: v1.23...v1.24
Fix pyperformance install.
v1.23 Review updates
Fix executing save_results twice
Once we return back from execute_via_pbench, bail. We do not want to be executing save_results twice.
Handle results
Merge pull request #27 from redhat-performance/quiet_down Quiet things down, message wise.
Quiet down error messages.
Merge pull request #27 from redhat-performance/quiet_down Quiet things down, message wise.
Save results
Merge pull request #26 from redhat-performance/handle_warnings Handle warnings