Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Remove total time report in benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Jan 13, 2013
1 parent 27df1d8 commit 8c83e9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/shadowsocks-httpget/httpget.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func main() {
varSum += di
}
stddev := math.Sqrt(varSum / float64(reqDone))
fmt.Println("\ntotal time used:", time.Duration(sum))
fmt.Println("average time per request:", time.Duration(avg))
fmt.Println("\naverage time per request:", time.Duration(avg))
fmt.Println("standard deviation:", time.Duration(stddev))
}

0 comments on commit 8c83e9a

Please sign in to comment.