-
Notifications
You must be signed in to change notification settings - Fork 0
Docker hub integration #9
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
Conversation
|
The Docker image was successfully build and uploaded to Docker Hub; the image can be found at this link. I've configured a workflow to build and push the docker image only if something changes in the Now I am going to re-enable the workflow that runs RcppDeepState on |
RcppDeepState Report
Analyzed functions summary
|
|
The overall time required to run the action has been reduced from an average of 20-30 minutes to 10 minutes as a result of this adjustment. I believe that this time can be improved by including only the files required for artifact upload in the zip file; that is removing all the inputs not being analyzed by RcppDeepState. |
|
Further improvements have been made in the last three commits with respect to the
To demonstrate the improvement, I manually ran RcppDeepState on |
|
I consider this pull request completed: I have successfully integrated the action with Docker Hub. The action has been tested and its performance has been evaluated: the result is a great improvements in terms of action's execution time. |
As previously mentioned, I'm going to combine the current GitHub Action with Docker Hub via this pull request. What I am expecting by this change is a great improvement in terms of the action's execution time. The need to rebuild the Docker environment each time motivates this change.
More details about this change can be found in the dedicated blog post.