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

ci: Fix GPU bench regression check #1062

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

samuelburnham
Copy link
Contributor

@samuelburnham samuelburnham commented Jan 16, 2024

Fixes syntax errors in #1056, and creates regression issue only on $GITHUB_OUTPUT match rather than any time the script fails.

Tested in argumentcomputer/ci-lab#53:

@samuelburnham samuelburnham requested a review from a team as a code owner January 16, 2024 17:56
Copy link
Contributor

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

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

Thank you so much!

@@ -126,22 +126,22 @@ jobs:
else
REGRESSION_FACTOR=1.1
fi
echo "NOISE_THRESHOLD=$(echo "(REGRESSION_FACTOR-1)*100" | bc) | tee -a $GITHUB_ENV
echo "NOISE_THRESHOLD=$(echo "($REGRESSION_FACTOR-1)*100" | bc)" | tee -a $GITHUB_ENV
Copy link
Contributor

Choose a reason for hiding this comment

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

😢

@samuelburnham samuelburnham linked an issue Jan 16, 2024 that may be closed by this pull request
@samuelburnham samuelburnham added this pull request to the merge queue Jan 16, 2024
Merged via the queue into lurk-lab:main with commit 917bc2e Jan 16, 2024
@samuelburnham samuelburnham deleted the ci-fix-gpu-bench branch January 16, 2024 18:38
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

Successfully merging this pull request may close these issues.

🚨 Performance regression in #1056
2 participants