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/patch succeeded Apr 26, 2024 in 1s

3.03% of diff hit (target 1.21%)

View this Pull Request on Codecov

3.03% of diff hit (target 1.21%)

Annotations

Check warning on line 141 in src/backend/JasmineGraphBackend.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/JasmineGraphBackend.cpp#L141

Added line #L141 was not covered by tests

Check warning on line 66 in src/centralstore/JasmineGraphHashMapCentralStore.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/centralstore/JasmineGraphHashMapCentralStore.cpp#L66

Added line #L66 was not covered by tests

Check warning on line 148 in src/centralstore/JasmineGraphHashMapCentralStore.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/centralstore/JasmineGraphHashMapCentralStore.cpp#L148

Added line #L148 was not covered by tests

Check warning on line 184 in src/centralstore/JasmineGraphHashMapCentralStore.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/centralstore/JasmineGraphHashMapCentralStore.cpp#L184

Added line #L184 was not covered by tests

Check warning on line 215 in src/centralstore/JasmineGraphHashMapCentralStore.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/centralstore/JasmineGraphHashMapCentralStore.cpp#L215

Added line #L215 was not covered by tests

Check warning on line 233 in src/centralstore/JasmineGraphHashMapCentralStore.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/centralstore/JasmineGraphHashMapCentralStore.cpp#L233

Added line #L233 was not covered by tests

Check warning on line 95 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L95

Added line #L95 was not covered by tests

Check warning on line 97 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L97

Added line #L97 was not covered by tests

Check warning on line 105 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L105

Added line #L105 was not covered by tests

Check warning on line 122 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 137 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 140 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L140

Added line #L140 was not covered by tests

Check warning on line 144 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L144

Added line #L144 was not covered by tests

Check warning on line 146 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L146

Added line #L146 was not covered by tests

Check warning on line 151 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L151

Added line #L151 was not covered by tests

Check warning on line 155 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L155

Added line #L155 was not covered by tests

Check warning on line 184 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L184

Added line #L184 was not covered by tests

Check warning on line 236 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L236

Added line #L236 was not covered by tests

Check warning on line 310 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L310

Added line #L310 was not covered by tests

Check warning on line 564 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L564

Added line #L564 was not covered by tests

Check warning on line 571 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L571

Added line #L571 was not covered by tests

Check warning on line 1394 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L1394

Added line #L1394 was not covered by tests

Check warning on line 2055 in src/frontend/JasmineGraphFrontEnd.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/JasmineGraphFrontEnd.cpp#L2055

Added line #L2055 was not covered by tests

Check warning on line 23 in src/frontend/core/executor/impl/PageRankExecutor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/core/executor/impl/PageRankExecutor.cpp#L23

Added line #L23 was not covered by tests

Check warning on line 95 in src/frontend/core/executor/impl/PageRankExecutor.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frontend/core/executor/impl/PageRankExecutor.cpp#L95

Added line #L95 was not covered by tests