f30f3d207a61fb9a8e2c1b4002104088a05bb461,perfkitbenchmarker/linux_benchmarks/aerospike_ycsb_benchmark.py,,Run,#Any#,109

Before Change


    A list of sample.Sample instances.
  
  vms = benchmark_spec.vms
  loaders = _GetVMsByRole(vms)["loaders"]
  aerospike_vms = _GetVMsByRole(vms)["aerospike_vms"]
  logging.debug("Loaders: %s", loaders)
  vms = benchmark_spec.vms

After Change


    A list of sample.Sample instances.
  
  loaders = benchmark_spec.vm_groups["clients"]
  aerospike_vms = benchmark_spec.vm_groups["workers"]

  executor = ycsb.YCSBExecutor("aerospike",
                               **{"as.host": aerospike_vms[0].internal_ip,
                                  "as.namespace": "test"})
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: f30f3d207a61fb9a8e2c1b4002104088a05bb461
Time: 2015-11-25
Author: connormccoy@google.com
File Name: perfkitbenchmarker/linux_benchmarks/aerospike_ycsb_benchmark.py
Class Name:
Method Name: Run


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: f30f3d207a61fb9a8e2c1b4002104088a05bb461
Time: 2015-11-25
Author: connormccoy@google.com
File Name: perfkitbenchmarker/linux_benchmarks/aerospike_ycsb_benchmark.py
Class Name:
Method Name: Prepare


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: f30f3d207a61fb9a8e2c1b4002104088a05bb461
Time: 2015-11-25
Author: connormccoy@google.com
File Name: perfkitbenchmarker/linux_benchmarks/aerospike_ycsb_benchmark.py
Class Name:
Method Name: Cleanup