Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

How to achieve more test load than 220 TPS 1 PC to 1 node. Whould a farm of testers do better? #23

Open
denis-trofimov opened this issue Sep 26, 2018 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@denis-trofimov
Copy link
Owner

Tests archive 220 TPS on 8 kind of read operations.
Maximum connections to keep open to the destination is limited by 10, or else got Error Handshake status 429 Too Many Requests, as described in #16 .

The test perform read operations using python-bitshares client-side library for the BitShares Blockchain based on graphenelib, and websocket module built on top of asyncio.

"node","cycles","workers","time_limit","time","success","errors","TPS","get_block","get_global_properties","get_accounts","get_dynamic_global_properties","get_chain_id","get_chain_properties","get_config"
"ws://hawking.array.io:8090","100","10","20","3.9663611109990597","700","100","201.69620909743477","14.602283218553971","14.730764373524035","3.7645856501109503","15.840361450233534","16.530599958642455","16.229028557972033","18.30237679096302"
"ws://hawking.array.io:8090","1000","10","20","35.89651358000083","7000","1000","222.8628689014822","16.22798987294737","16.368087711967526","0.6461250269727005","15.95180121217191","15.927699890149125","18.16389161476152","16.714404671029847"
"ws://hawking.array.io:8090","20","10","20","1.1714630479982588","140","20","136.58134609828326","10.856130325173933","10.725871689192175","11.93023471896162","18.12753946707278","14.939140787531862","17.325563207144615","16.09551980492302"
"ws://hawking.array.io:8090","2000","10","20","72.57866570199985","14000","2000","220.4504566905965","15.416204547322128","15.430625385450348","0.428292858127381","16.74875883353091","18.11909692405087","16.712852363324938","17.144169088193426"
@denis-trofimov denis-trofimov added help wanted Extra attention is needed question Further information is requested labels Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant