f511eb39a099ee7477403985ae5436ffcce82a40,perfkitbenchmarker/benchmarks/fio_benchmark.py,,Prepare,#Any#,154

Before Change



  if (FLAGS.fio_jobfile and
      (FLAGS.against_device or FLAGS.device_fill_size or FLAGS.io_depths)):
    logging.warning("Fio job file specified. Ignoring other fio options.")
  if FLAGS.device_fill_size and not FLAGS.against_device:
    logging.warning("--device_fill_size has no effect without --against_device")

  vm = benchmark_spec.vms[0]

After Change


    if FLAGS.io_depths != "1":
      ignored_flags.append("--io_depths")

    if ignored_flags:
      logging.warning("Fio job file specified. Ignoring options "%s"",
                      ", ".join(ignored_flags))
  if FLAGS.device_fill_size and not FLAGS.against_device:
    logging.warning("--device_fill_size has no effect without --against_device")

  vm = benchmark_spec.vms[0]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


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


Project Name: merenlab/anvio
Commit Name: df58790c56f8e478e77f2c1dd139547fe0d19031
Time: 2018-12-06
Author: alon.shaiber@gmail.com
File Name: anvio/workflows/pangenomics/__init__.py
Class Name: PangenomicsWorkflow
Method Name: sanity_checks


Project Name: aws/sagemaker-python-sdk
Commit Name: 762b509f711daf4d0d7b759626f614fcf618b74e
Time: 2020-05-21
Author: kimedw@amazon.com
File Name: src/sagemaker/amazon/amazon_estimator.py
Class Name:
Method Name: get_image_uri