From d4a83502076437f6d1afdc5f1d2cc7f612d65cf0 Mon Sep 17 00:00:00 2001 From: Ted Xu Date: Thu, 25 Apr 2024 17:13:16 +0800 Subject: [PATCH] Fixing typo Signed-off-by: Ted Xu --- internal/datanode/compactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datanode/compactor_test.go b/internal/datanode/compactor_test.go index 46f831702047e..4c30716be2114 100644 --- a/internal/datanode/compactor_test.go +++ b/internal/datanode/compactor_test.go @@ -1149,7 +1149,7 @@ func TestInjectDone(t *testing.T) { task.injectDone() } -func BenchmarkDeserializeReader(b *testing.B) { +func BenchmarkCompaction(b *testing.B) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() cm := storage.NewLocalChunkManager(storage.RootPath(compactTestDir))