Skip to content

Conversation

kdvalin
Copy link
Member

@kdvalin kdvalin commented Mar 12, 2025

Description

This PR adds the python version to the Results version in the CSV header.

This is so that we can easily identify what version of python was used for a particular run.

Before/After Comparison

Before Header

# Test general meta start
# Test: pyperf
# Results version: 1.11.0
# Sys environ: local
# Tuned: throughput-performance
# OS: 5.14.0-427.22.1.el9_4.aarch64
# Test general meta end

After Header

# Test general meta start
# Test: pyperf
# Results version: py3.9.21_1.11.0
# Sys environ: local
# Tuned: throughput-performance
# OS: 5.14.0-427.22.1.el9_4.aarch64
...
# Test general meta end

Clerical Stuff

This closes #17

Relates to JIRA: RPOPC-252

@kdvalin kdvalin requested a review from a team March 12, 2025 13:33
Copy link

This relates to RPOPC-252

@kdvalin kdvalin requested review from dvalinrh and removed request for a team March 12, 2025 13:39
@kdvalin kdvalin changed the title Feat: Add python version to the header of the CSV Add python version to the header of the CSV Mar 17, 2025
Copy link
Contributor

@dvalinrh dvalinrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dvalinrh dvalinrh added the group_review_lgtm Indicates approval after a group review meeting label Mar 18, 2025
@kdvalin kdvalin merged commit b2c3629 into main Mar 18, 2025
4 of 5 checks passed
@kdvalin kdvalin deleted the feat/version-output branch March 18, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group_review_lgtm Indicates approval after a group review meeting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print out python version
2 participants