Skip to content

Commit

Permalink
feat(scyllaclient_test): benchmark RcloneListDirIter
Browse files Browse the repository at this point in the history
The main focus of this benchmark is to test the impact of the issues:
- #4134
- #4133
- #4132
  • Loading branch information
Michal-Leszczynski committed Dec 4, 2024
1 parent 62f0e83 commit e0663f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testutils/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func S3Credentials() (provider, endpoint, accessKeyID, secretAccessKey string) {
return *flagS3Provider, *flagS3Endpoint, *flagS3AccessKeyID, *flagS3SecretAccessKey
}

// S3BucketPath returns the os path to the bucket.
func S3BucketPath(bucket string) string {
if !flag.Parsed() {
flag.Parse()
Expand Down

0 comments on commit e0663f3

Please sign in to comment.