lotus/cmd/lotus-bench
Steven Allen 748d2e82a7 unshare the journal
Motivation:

* Run lotus with the race detector enabled (primary motivation).
* Allow multiple lotus nodes in a process (not a high priority).

Previously, the journal was shared between all lotus instances, but it was
initialized for every new node. This caused safety problems in tests (at a
minimum).

This patch explicitly passes the journal to all services that need it.
2020-10-09 13:23:07 -07:00
..
caching_verifier.go <3 to linter 2020-09-29 14:49:17 +02:00
import.go unshare the journal 2020-10-09 13:23:07 -07:00
main.go Move policy change to seal bench 2020-09-25 23:28:12 +02:00
stats_test.go Calculate correlation 2020-07-02 18:47:34 +02:00