Skip to content

Commit ce69400

Browse files
chore
1 parent 70d3bd3 commit ce69400

File tree

1 file changed

+1
-1
lines changed
  • pkg/coordinator/tasks/tx_pool_throughput_analysis

1 file changed

+1
-1
lines changed

pkg/coordinator/tasks/tx_pool_throughput_analysis/task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (t *Task) Execute(ctx context.Context) error {
139139
metrics.Add(res)
140140
}
141141
metrics.Close()
142-
fmt.Printf("99th percentile: %s\n", metrics.Latencies.P99)
142+
t.logger.Infof("99th percentile: %s\n", metrics.Latencies.P99)
143143

144144
// Process results -- todo
145145
done := make(chan bool)

0 commit comments

Comments
 (0)