Svarog a7299c1b87
Add stability tests (#1587)
* Add stability-tests

* Fix requires

* Fix golint errors

* Update README.md

* Remove payloadHash from everywhere

* don't run vet on kaspad in stability-tests/install_and_test
2021-03-09 15:01:08 +02:00

12 lines
321 B
Markdown

# Netsync Stability Tester
This tests that the netsync is at least 5 blocks per second.
Note: the test doesn't delete kaspad's data directory and it's the user
responsibility to delete the data directories that appear in the log.
## Running
1. `go install kaspad`.
2. `go install ./...`.
3. `cd run`
4. `./run.sh`