Skip to content

Commit

Permalink
fix : attack test fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Oct 17, 2023
1 parent 263e995 commit fa3f79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/attack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ func TestAttack(t *testing.T) {
}
metrics := atk.Attack()
fmt.Printf("99th percentile: %s\n", metrics.Latencies.P99)
fmt.Println(metrics.Latencies.Max)
fmt.Println(metrics.Latencies.Mean)
})
}

0 comments on commit fa3f79c

Please sign in to comment.