-
Notifications
You must be signed in to change notification settings - Fork 358
snapshots: lthash v3 #7064
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
snapshots: lthash v3 #7064
Conversation
d91459c to
4b1c022
Compare
3f8dbeb to
e6708fc
Compare
dd1225b to
30bd8ae
Compare
b2b483a to
a477530
Compare
Performance Measurements ⏳
|
a477530 to
5ebad4e
Compare
Performance Measurements ⏳
|
5ebad4e to
e349916
Compare
Performance Measurements ⏳
|
e349916 to
19eacdd
Compare
Performance Measurements ⏳
|
| message / etc. */ | ||
| #define STEM_BURST 2UL | ||
| message. Can send one duplicate account message as well. */ | ||
| #define STEM_BURST 3UL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
decreasing this from 4 to 3 seems to have fixed some of the perf issues I was seeing with lthash verification.
19eacdd to
b7f76b0
Compare
Performance Measurements ⏳
|
b7f76b0 to
59364c1
Compare
| 100.0-snapdc_idle_pct-snapdc_backp_pct, | ||
| 100.0-snapin_idle_pct-snapin_backp_pct, | ||
| 100.0-snapls_idle_pct ); | ||
| } else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a if statement to guard whether we print the tile metrics for the snapls tile
Performance Measurements ⏳
|
No description provided.