Skip to content

Commit

Permalink
objbench: remove the final clean stage (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Nov 1, 2024
1 parent 6493c01 commit 9ddc6d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/objbench.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@ func objbench(ctx *cli.Context) error {
}
progress.Done()

for i := bCount; i < bCount*2; i++ {
_ = bm.delete(strconv.Itoa(i), 0)
}

fmt.Printf("Benchmark finished! block-size: %s, big-object-size: %s, small-object-size: %s, small-objects: %d, NumThreads: %d\n",
humanize.IBytes(uint64(bSize)), humanize.IBytes(uint64(fsize)), humanize.IBytes(uint64(smallBSize)), sCount, threads)

Expand Down

0 comments on commit 9ddc6d4

Please sign in to comment.