Categorygithub.com/e-nikolov/snarkOSBlockTest
modulepackage
0.0.0-20210705143524-224d4e034fc9
Repository: https://github.com/e-nikolov/snarkosblocktest.git
Documentation: pkg.go.dev

# README

snarkOSBlockTest

To run clone this repo, cd to it and then execute:

go get ./...
go run blocktest.go

In order to test with more than 1024 requests per second, you may need to increase the file descriptor limit via something like:

ulimit -n 20000