Merge pull request #10 from markhpc/wip-fmt

hsbench: gofmt cleanup
master
Mark Nelson 2019-08-22 09:21:01 -05:00 committed by GitHub
commit 0f214290dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 19 deletions

View File

@ -647,7 +647,7 @@ func runBucketList(thread_num int, stats *Stats) {
Bucket: &buckets[bucket_num],
MaxKeys: &max_keys,
},
func (p *s3.ListObjectsOutput, last bool) bool {
func(p *s3.ListObjectsOutput, last bool) bool {
end := time.Now().UnixNano()
stats.updateIntervals(thread_num)
stats.addOp(thread_num, 0, end-start)