Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 530 Bytes

ve-perf-tests

ve performance check

VE performance tests

Local run

Setup network

scripts/insolard/launchnet.sh -g

Run single test for N nodes network

TARGET=http://127.0.0.1:32304 REPORT_CSV_FILE=scaling.csv NODES=5 go run cmd/test/main.go

The test will create NODES*1000 wallets to ensure good distribution

Generate report

REPORT_CSV_FILE=scaling.csv REPORT_HTML_FILE=report.html go run cmd/report/main.go