Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hare3: output detailed statistics for session after every iteration (#…
…5220) this needs to be turned on by {"hare3": "logs-stats": true} as it will add a bit of additional computation. log level for hare3 should be set atleast to info. example ```json { "lid": 8, "iter": 0, "threshold": 401, "preround": [ { "grade": 1, "tallies": [ { "total": 796, "valid": 796, "id": "a8577e03ad" } ] }, { "grade": 2, "tallies": [ { "total": 796, "valid": 796, "id": "a8577e03ad" } ] }, { "grade": 3, "tallies": [ { "total": 796, "valid": 796, "id": "a8577e03ad" } ] }, { "grade": 4, "tallies": [ { "total": 796, "valid": 796, "id": "a8577e03ad" } ] }, { "grade": 5, "tallies": [ { "total": 796, "valid": 796, "id": "a8577e03ad" } ] } ], "propose": [ { "ref": "9a65a38f9d", "grade": 2, "proposals": [ "a8577e03ad" ] } ], "commit": [ { "grade": 4, "tallies": [ { "total": 787, "valid": 787, "id": "9a65a38f9d" } ] }, { "grade": 5, "tallies": [ { "total": 787, "valid": 787, "id": "9a65a38f9d" } ] } ], "notify": [ { "grade": 5, "tallies": [ { "total": 788, "valid": 788, "id": "9a65a38f9d" } ] } ] } ```
- Loading branch information