diff --git a/cmd/plot/main.go b/cmd/plot/main.go index e91121a50..165ddb033 100644 --- a/cmd/plot/main.go +++ b/cmd/plot/main.go @@ -9,6 +9,10 @@ import ( "time" "github.com/relab/hotstuff/metrics/plotting" + + // ensure proto messages are registered so that they can be decoded from measurement.json files + _ "github.com/relab/hotstuff/internal/proto/orchestrationpb" + _ "github.com/relab/hotstuff/metrics/types" ) var (