Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ted Xu <ted.xu@zilliz.com>
  • Loading branch information
tedxu committed Apr 25, 2024
1 parent 02bea94 commit d4a8350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datanode/compactor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d4a8350

Please sign in to comment.