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

Introduce Auto-scaling Based on CPU Load for Triangle Count Operation #241

Merged
merged 144 commits into from
Apr 27, 2024

Define enums to represent command line arguments

a0c9222
Select commit
Loading
Failed to load commit list.
Merged

Introduce Auto-scaling Based on CPU Load for Triangle Count Operation #241

Define enums to represent command line arguments
a0c9222
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2024 in 1s

1.29% (+0.07%) compared to b07172b

View this Pull Request on Codecov

1.29% (+0.07%) compared to b07172b

Details

Codecov Report

Attention: Patch coverage is 3.03178% with 1983 lines in your changes are missing coverage. Please review.

Project coverage is 1.29%. Comparing base (b07172b) to head (a0c9222).

Files Patch % Lines
...ntend/core/executor/impl/TriangleCountExecutor.cpp 0.00% 489 Missing ⚠️
src/server/JasmineGraphServer.cpp 0.00% 378 Missing ⚠️
src/util/Utils.cpp 2.53% 259 Missing and 10 partials ⚠️
src/server/JasmineGraphInstanceService.cpp 0.00% 236 Missing ⚠️
src/performance/metrics/StatisticCollector.cpp 0.00% 114 Missing ⚠️
...c/frontend/core/executor/impl/PageRankExecutor.cpp 0.00% 104 Missing ⚠️
src/k8s/K8sWorkerController.cpp 29.50% 39 Missing and 47 partials ⚠️
src/frontend/JasmineGraphFrontEnd.cpp 0.00% 73 Missing ⚠️
src/partitioner/local/MetisPartitioner.cpp 0.00% 31 Missing ⚠️
src/performance/metrics/PerformanceUtil.cpp 0.00% 30 Missing ⚠️
... and 23 more
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #241      +/-   ##
=========================================
+ Coverage    1.21%   1.29%   +0.07%     
=========================================
  Files          67      66       -1     
  Lines       13543   13404     -139     
  Branches     8964    8834     -130     
=========================================
+ Hits          165     173       +8     
+ Misses      13183   13030     -153     
- Partials      195     201       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.