d6ef26173d1f2e65ec65570683e8ca43d054c8d4,perfkitbenchmarker/providers/azure/azure_blob_storage.py,AzureBlobStorageService,PrepareService,#AzureBlobStorageService#Any#,40
Before Change
def PrepareService(self, location):
self.storage_account = "pkb%s" % FLAGS.run_uri
vm_util.IssueCommand(
["azure", "storage", "account", "create",
"--type", "ZRS",
"-l", location or DEFAULT_AZURE_REGION,
self.storage_account])
output, _, _ = vm_util.IssueCommand(
["azure", "storage", "account",
After Change
location or DEFAULT_AZURE_REGION,
prefix + "storage",
kind=FLAGS.azure_blob_account_kind)
self.storage_account.Create()
def CleanupService(self):
self.storage_account.Delete()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: d6ef26173d1f2e65ec65570683e8ca43d054c8d4
Time: 2016-09-20
Author: nlavine@google.com
File Name: perfkitbenchmarker/providers/azure/azure_blob_storage.py
Class Name: AzureBlobStorageService
Method Name: PrepareService
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 42c0de9a31803ae30c6b23c2d6f7816b96c14546
Time: 2018-02-21
Author: ruwa@google.com
File Name: perfkitbenchmarker/providers/aws/aws_elasticache_redis.py
Class Name: ElastiCacheRedis
Method Name: _CreateDependencies
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 0c9da3df6e7db933075d62d88607e0bd4fffe503
Time: 2015-05-20
Author: ehankland@google.com
File Name: perfkitbenchmarker/gcp/gce_network.py
Class Name: GceFirewall
Method Name: AllowPort