Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Ren <jie.ren@intel.com>
  • Loading branch information
jiere committed Jul 15, 2023
1 parent a4b5032 commit 96b109a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/e2e_metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var _ = Describe("metrics check should pass", Ordered, func() {
} else {
updateMetricMap(string(m), v)
}
fmt.Printf("metric: %s, value: %s\n", m, string(v))
fmt.Printf("metric: %s, value: %f\n", m, v)
res = res[:0]
case textparse.EntryType:
m, t := p.Type()
Expand All @@ -123,7 +123,7 @@ var _ = Describe("metrics check should pass", Ordered, func() {
}
fmt.Println("Dump kMetrics...")
for k, v := range kMetric {
fmt.Printf("metric: %s, value: %s\n", k, string(v))
fmt.Printf("metric: %s, value: %v\n", k, v)
}
})

Expand Down

0 comments on commit 96b109a

Please sign in to comment.