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

perf: upgrade go-deadlock #5760

Merged

Conversation

algorandskiy
Copy link
Contributor

@algorandskiy algorandskiy commented Sep 27, 2023

Summary

Apply performance fix from algorand/go-deadlock#2
TL;DR: no noticeable TPS improvement but for sure better memory utilization.

Test Plan

Run s1s with --numapp 10 --appprogops 200 --refresh 1800 --numaccounts 500 --quiet (the same as apps medium periodic).

Master

relay summary: 4850.01 TPS, 3.23s/block, tx 26.4MB/s, rx 17.6MB/s
single all
image image

Feature

relay summary: 4888.18 TPS, 3.23s/block, tx 26.7MB/s, rx 17.8MB/s
single all
image image

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #5760 (32e1b6f) into master (0972548) will increase coverage by 0.85%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5760      +/-   ##
==========================================
+ Coverage   54.59%   55.44%   +0.85%     
==========================================
  Files         473      473              
  Lines       66682    66682              
==========================================
+ Hits        36403    36973     +570     
+ Misses      27751    27193     -558     
+ Partials     2528     2516      -12     

see 48 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@algorandskiy algorandskiy merged commit d6d8f3b into algorand:master Sep 27, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants