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

Speed-up CI pipeline #318

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Speed-up CI pipeline #318

merged 1 commit into from
Nov 12, 2024

Conversation

IIITM-Jay
Copy link
Member

@IIITM-Jay IIITM-Jay commented Nov 9, 2024

Description

This PR intends to speed-up the CI workflows using various approaches.

Approach Used

  1. Used Cache to avoid reinstalling dependencies on every run.
  2. Reduced redundant calls to pip install.

@IIITM-Jay IIITM-Jay changed the title Speed-up CI/CD pipeline Speed-up CI pipeline Nov 9, 2024
@IIITM-Jay
Copy link
Member Author

IIITM-Jay commented Nov 9, 2024

@aswaterman and @rpsene , we have gained the speed-up by these approaches as follows:

Referenced PR (For comparison)

I am comparing with the last PR #316 having existing CI run as a reference, the total time it took for all versions to generate Opcodes Artifacts is 5m 3s , that can be visualized as below:

image

The Current PR (with Speed-Up)

The total time it took is 3m 49s with speed-up approaches, thereby gaining a speed up of 1m 24s

image

Copy link
Member

@aswaterman aswaterman left a comment

Choose a reason for hiding this comment

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

Great!

@aswaterman aswaterman merged commit d9e9069 into master Nov 12, 2024
10 checks passed
@aswaterman aswaterman deleted the Speed_Up_CI branch November 12, 2024 03:14
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.

2 participants