VE performance tests
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