We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29e0cc commit 3e060b1Copy full SHA for 3e060b1
cmd/plot/main.go
@@ -9,6 +9,10 @@ import (
9
"time"
10
11
"github.com/relab/hotstuff/metrics/plotting"
12
+
13
+ // ensure proto messages are registered so that they can be decoded from measurement.json files
14
+ _ "github.com/relab/hotstuff/internal/proto/orchestrationpb"
15
+ _ "github.com/relab/hotstuff/metrics/types"
16
)
17
18
var (
0 commit comments