Skip to content

Add regression check automation #55

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

coderbirju
Copy link
Owner

Issue #, if available:

Description of changes:

Testing performed:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@coderbirju coderbirju force-pushed the add_regression_check_automation branch 4 times, most recently from 61c409b to 7685dfc Compare August 14, 2023 21:35
This commit adds benchmark_regression_test.yml workflow that runs a
regression test by comparing the benchmark results of the current branch
with the previous benchmark results of the code in main branch.

Signed-off-by: Arjun Raja Yogidas <[email protected]>
@coderbirju coderbirju force-pushed the add_regression_check_automation branch from 7685dfc to 64fca1a Compare August 14, 2023 22:00
This commit is a test to check if running both the benchmarks in the
same workflow would make any difference to the results

Signed-off-by: Arjun Raja Yogidas <[email protected]>
This commit changes the regression test logic to run benchmarks on main
brnach by checking out in the workflow itself instead of a previously
uploaded artifact

Signed-off-by: Arjun Raja Yogidas <[email protected]>
This commit adds changes to the check_regression.sh script to skip the
first benchmark times in both the old and new benchmark results and
check for regression in the newly calculated p90, this is to combat the
skewed reults in the benchmark results due to the variability in github
runners. It also moves the threshold limit to 150%

Signed-off-by: Arjun Raja Yogidas <[email protected]>
@coderbirju coderbirju force-pushed the add_regression_check_automation branch from e3c9110 to aacef39 Compare August 16, 2023 20:01
Added print statements to test the benchmark results

Signed-off-by: Arjun Raja Yogidas <[email protected]>
Commit test 4

Signed-off-by: Arjun Raja Yogidas <[email protected]>
This commit adds benchmark_regression_test.yml workflow that runs a
regression test by comparing the benchmark results of the current branch
with the previous benchmark results of the code in main branch.

Signed-off-by: Arjun Raja Yogidas <[email protected]>
This commit is a test to check if running both the benchmarks in the
same workflow would make any difference to the results

Signed-off-by: Arjun Raja Yogidas <[email protected]>
This commit adds 10 secs to the RunContainerTaskForReadyLine
function

Signed-off-by: Arjun Raja Yogidas <[email protected]>
@coderbirju coderbirju force-pushed the main branch 2 times, most recently from b5e3adf to 8c6880c Compare August 17, 2023 01:02
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.

1 participant