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

Run all CI on 8 cores #712

Merged
merged 3 commits into from Feb 28, 2023
Merged

Run all CI on 8 cores #712

merged 3 commits into from Feb 28, 2023

Conversation

simonsso
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Merging #712 (2fd92d1) into master (4983430) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #712   +/-   ##
=======================================
  Coverage   78.20%   78.20%           
=======================================
  Files          43       43           
  Lines        7580     7580           
=======================================
  Hits         5928     5928           
  Misses       1652     1652           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@simonsso
Copy link
Collaborator Author

@aliXsed I think we should change the executors to 8 cores for cost savings. Executors are prices linear and performance gains are always under 100% for doubling the cores.

However at 8 core all builds are under 1 hour.

@@ -36,7 +36,7 @@ jobs:
toolchain: ${{ env.nightly }}

tests:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the slowest, 16 cores will push this down from 58 to 40 minutes

@@ -90,7 +90,7 @@ jobs:
output.txt

tarpaulin:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-8-cores
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This could run fine on 4 cores too.

Copy link
Contributor

Choose a reason for hiding this comment

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

let's do that

.github/workflows/ci.yml Outdated Show resolved Hide resolved
Copy link
Collaborator Author

@simonsso simonsso left a comment

Choose a reason for hiding this comment

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

Looks good for me now

@Hounsette Hounsette merged commit 5632a16 into master Feb 28, 2023
@Hounsette Hounsette deleted the bench/ubuntu-8 branch February 28, 2023 04:40
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.

None yet

3 participants