This Repository is part of the master thesis of Marcel Würsten "Filecoin Consensus Performance Analysis"
You need a running Filecoin Testnet reporting statistics to Redis See this Repo
If you want/need to build the test, Golang 1.18 is required
Define your testcase in a yml following the example.yml
Once the test network is running in the desired configuration, the tests can be started as follows:
./fil-benchmark example.ymlor if you need to compile the test suite
go run . example.yml