05341e2d550fe62af1832259381e7b146061b667,perfkitbenchmarker/benchmarks/fio_benchmark.py,,Run,#Any#,113

Before Change


                                        FLAGS.fio_jobfile)
  else:
    file_path = data.ResourcePath(FLAGS.fio_jobfile)
    fio_command = "--directory=%s %s" % (
        vm.GetScratchDir(), FLAGS.fio_jobfile)
  fio_command = "sudo %s --output-format=json %s" % (fio.FIO_PATH, fio_command)
  // TODO(user): This only gives results at the end of a job run
  //      so the program pauses here with no feedback to the user.
  //      This is a pretty lousy experience.

After Change


        If a 4th element is included, it is a dictionary of sample
        metadata.
  
  vm = benchmark_spec.vms[0]
  logging.info("FIO running on %s", vm)

  fio_command = "sudo %s --output-format=json %s" % (fio.FIO_PATH,
                                                     REMOTE_JOB_FILE_PATH)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 05341e2d550fe62af1832259381e7b146061b667
Time: 2015-08-13
Author: nlavine@google.com
File Name: perfkitbenchmarker/benchmarks/fio_benchmark.py
Class Name:
Method Name: Run


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 8f56f2711b5b1653f60d009d6f642cb653c20462
Time: 2015-09-11
Author: vukasin.stefanovic92@gmail.com
File Name: perfkitbenchmarker/benchmarks/cloudsuite_web_search.py
Class Name:
Method Name: _BuildIndex


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 94c4b9de2d08c2f099ca42544c4c4c56fad93abe
Time: 2016-04-13
Author: skschneider@users.noreply.github.com
File Name: perfkitbenchmarker/linux_benchmarks/speccpu2006_benchmark.py
Class Name:
Method Name: Prepare