Skip to content

insolar/ve-perf-tests

Repository files navigation

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

Releases

No releases published

Packages

No packages published