Skip to content

helios-technologies/toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyKube Toolbox

Stress testing Peatio trading engine

See help pages:

  • docker run -it --rm rubykube/toolbox bin/stress_trading help.

  • docker run -it --rm rubykube/toolbox bin/stress_trading help run.

Usage example:

docker run -it --rm rubykube/toolbox bin/stress_trading --root-url http://peatio.trade --api-v2-jwt-key KEY --management-api-v1-jwt-key KEY --currencies uah,usd,eur --markets uahusd,uaheur --orders 1000 --traders 10 --threads 10 --report-yaml results.yml

The command above creates 10 traders each with 1 billion UAH, USD & USD. Then it opens 1000 new orders in UAHUSD, UAHEUR markets using 10 threads (parallel).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.0%
  • Dockerfile 2.4%
  • Makefile 1.6%