Skip to content

Commit

Permalink
Add Comment for test bench test running
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Aug 14, 2024
1 parent df19964 commit ab50d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/packs/packs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import (
"github.com/yorkie-team/yorkie/server/logging"
)

// Add Comment For CI Bench Test (TODO: Remove after test)

Check failure on line 40 in server/packs/packs.go

View workflow job for this annotation

GitHub Actions / build

exported: comment on exported function PushPullKey should be of the form "PushPullKey ..." (revive)
// PushPullKey creates a new sync.Key of PushPull for the given document.
func PushPullKey(projectID types.ID, docKey key.Key) sync.Key {
return sync.NewKey(fmt.Sprintf("pushpull-%s-%s", projectID, docKey))
Expand Down

0 comments on commit ab50d54

Please sign in to comment.