0ef51ea4a3c9f9c8c7c0579f0a8d0d372acce01c,perfkitbenchmarker/benchmarks/fio_benchmark.py,,Run,#Any#,77

Before Change


  logging.info("FIO Results:")
  vm.RemoteCommand(fio_command, should_log=True)
  // TODO(user): The hard work! Parsing this output!
  return []


def Cleanup(benchmark_spec):
  Uninstall packages required for fio and remove benchmark files.

After Change


  stdout, stderr = vm.RemoteCommand(fio_command, should_log=True)
  with open(data.ResourcePath(flags.FLAGS.fio_jobfile)) as f:
    job_file = f.read()
  return fio.ParseResults(job_file, json.loads(stdout))


def Cleanup(benchmark_spec):
  Uninstall packages required for fio and remove benchmark files.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 0ef51ea4a3c9f9c8c7c0579f0a8d0d372acce01c
Time: 2015-01-13
Author: yuyantingzero@gmail.com
File Name: perfkitbenchmarker/benchmarks/fio_benchmark.py
Class Name:
Method Name: Run


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 1ebfe56ee1651f49131a8cec0da282e6d26566ce
Time: 2015-03-19
Author: yuyantingzero@gmail.com
File Name: perfkitbenchmarker/benchmarks/block_storage_workloads_benchmark.py
Class Name:
Method Name: RunSimulatedStreaming


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 1ebfe56ee1651f49131a8cec0da282e6d26566ce
Time: 2015-03-19
Author: yuyantingzero@gmail.com
File Name: perfkitbenchmarker/benchmarks/block_storage_workloads_benchmark.py
Class Name:
Method Name: RunSimulatedDatabase