Skip to content

Commit 1ebde08

Browse files
committed
Remove extra logs
1 parent c919100 commit 1ebde08

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ledger/complete/checkpoint_benchmark_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ func benchmarkNewCheckpointRandomData(b *testing.B, segmentCount int) {
251251
rand.Seed(int64(seed))
252252

253253
dir, err := os.MkdirTemp("", "test-mtrie-")
254-
fmt.Printf("dir %s\n", dir)
255254
defer os.RemoveAll(dir)
256255
if err != nil {
257256
b.Fatal(err)
@@ -339,12 +338,6 @@ func benchmarkNewCheckpointRandomData(b *testing.B, segmentCount int) {
339338

340339
b.ReportMetric(float64(elapsed/time.Millisecond), "newcheckpoint_rand_time_(ms)")
341340
b.ReportAllocs()
342-
343-
files, _ := os.ReadDir(dir)
344-
for _, fn := range files {
345-
info, _ := fn.Info()
346-
fmt.Printf("%s, %d\n", fn.Name(), info.Size())
347-
}
348341
}
349342

350343
type randKeyValueOptions struct {

0 commit comments

Comments
 (0)