We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d3bd3 commit ce69400Copy full SHA for ce69400
pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go
@@ -139,7 +139,7 @@ func (t *Task) Execute(ctx context.Context) error {
139
metrics.Add(res)
140
}
141
metrics.Close()
142
- fmt.Printf("99th percentile: %s\n", metrics.Latencies.P99)
+ t.logger.Infof("99th percentile: %s\n", metrics.Latencies.P99)
143
144
// Process results -- todo
145
done := make(chan bool)
0 commit comments