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

6763: FCQueue.getHash() is a hashing bottleneck #6769

Merged
merged 1 commit into from May 25, 2023

Conversation

OlegMazurov
Copy link
Contributor

Closes #6763.
Also fixes NPEs when a destroyed copy of FCQueue is accessed (from tests and MerkleTreeVisualizer).

…cessed

Signed-off-by: Oleg Mazurov <oleg.mazurov@swirldslabs.com>
@github-actions
Copy link

github-actions bot commented May 24, 2023

Node: Unit Test Results

    1 415 files      1 415 suites   1h 18m 34s ⏱️
  98 671 tests   98 664 ✔️ 7 💤 0
103 836 runs  103 829 ✔️ 7 💤 0

Results for commit 3c78aed.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented May 24, 2023

Node: Integration Test Results

    4 files      4 suites   13m 42s ⏱️
170 tests 170 ✔️ 0 💤 0
172 runs  172 ✔️ 0 💤 0

Results for commit 3c78aed.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented May 24, 2023

Node: E2E Test Results

    1 files      1 suites   18m 33s ⏱️
310 tests 310 ✔️ 0 💤 0
328 runs  328 ✔️ 0 💤 0

Results for commit 3c78aed.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented May 24, 2023

Platform: JUnit Test Report

     524 files           1 errors  523 suites   23m 26s ⏱️
13 825 tests 13 789 ✔️ 36 💤 0
15 810 runs  15 774 ✔️ 36 💤 0

Results for commit 3c78aed.

♻️ This comment has been updated with latest results.

@sonarcloud
Copy link

sonarcloud bot commented May 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

81.8% 81.8% Coverage
0.0% 0.0% Duplication

@OlegMazurov OlegMazurov merged commit 716d9cb into develop May 25, 2023
38 of 41 checks passed
@OlegMazurov OlegMazurov deleted the 06763-D-fcqueue-hash branch May 25, 2023 17:03
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.

FCQueue.getHash() is a hashing bottleneck
3 participants