-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deepmind Performance Analysis #15
Comments
Conclusion:
More research:
|
Backup nodes shown heavy transactions dropped, while mindreaders didn't. Question:
|
Analysis of the prometheus graph reveals that:
Conclusion:
Next time we can:
|
Some reproduction steps:
|
data: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We ran a reprocessing of eos-mainnet from block:
111,172,000
to111,188,000
, knowing the "problem area" is around block111,172,500
.Test 1: Mindreader without deepmind (DM)(disabled it in config.ini)
image:
gcr.io/eoscanada-shared-services/eos-mindreader:v2.0.1-dm-v10.4-712cf00-98a6fc0
This is our baseline test
Test 2: Mindreader with deepmind (DM) enabled & no console reader (CR) using a custom manageos branch
image:
eos-mindreader:v2.0.3-dm-base-ubuntu-18.04-a8059ea
This is a unique scenario to understand the impact deepmind (DM) in isolation (not running a console reader)
Test 3: Mindreader with deepmind (DM) enabled & console reader (CR) enabled
image:
gcr.io/eoscanada-shared-services/eos-mindreader:v2.0.1-dm-v10.4-712cf00-98a6fc0
This is a reproduction of production environement.
Test 4: Mindreader with deepmind (DM), no ABI serializer no out
image:
gcr.io/eoscanada-shared-services/eos-mindreader:v2.0.3-dm-no-json-data-ubuntu-18.04-a8059ea
Test 5: Mindreader with deepmind (DM), no ABI seri & out in hex, with EOS binary encd
image:
gcr.io/eoscanada-shared-services/eos-mindreader:v2.0.3-dm-pack-with-hex-output-ubuntu-18.04-a8059ea
Test 6: Mindreader with deepmind (DM), EOS binary encoding but no output
image:
gcr.io/eoscanada-shared-services/eos-mindreader:v2.0.3-dm-pack-no-output-ubuntu-18.04-a8059ea
Test 7: Mindreader with deepmind (DM), ABI serializer no output
image:
gcr.io/eoscanada-shared-services/eos-mindreader:v2.0.3-dm-no-json-data-with-computation-ubuntu-18.04-a8059ea
General Conclusion:
5m21s
vs38s
mindreader
with noDM
is on average %786 slower. 1,000 blocks took on average5m57s
vs41s
Reproc YAMLS:
reproc-yaml.zip
The text was updated successfully, but these errors were encountered: