82ba7c1fb863da9783238e669c79391968f1a71c,perfkitbenchmarker/benchmarks/fio_benchmark.py,,,#,37
Before Change
"device_fill_size. "
"If --generate-scenarios is given, "
"will generate a job file that uses the block device.")
flags.DEFINE_boolean("prefill_device", False,
"Used when against_device is false: decides if it is "
"required to prefill the device before the fio run. "
"The amount to prefill is given by "
"--device_fill_size.")
flags.DEFINE_string("device_fill_size", "100%",
"The amount of device to fill in prepare stage. "
"The valid value can either be an integer, which "
"represents the number of bytes to fill or a "
After Change
"random_write, and random_read. Cannot use with "
"--fio_jobfile.")
flags.DEFINE_enum("fio_target_mode", "against_file_without_fill",
["against_device_with_fill", "against_device_without_fill",
"against_file_with_fill", "against_file_without_fill"],
"Whether to run against a raw device or a file, and whether "
"to prefill.")
flags.DEFINE_string("fio_fill_size", "100%",
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 82ba7c1fb863da9783238e669c79391968f1a71c
Time: 2015-10-22
Author: nlavine@google.com
File Name: perfkitbenchmarker/benchmarks/fio_benchmark.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: d6ef26173d1f2e65ec65570683e8ca43d054c8d4
Time: 2016-09-20
Author: nlavine@google.com
File Name: perfkitbenchmarker/providers/azure/flags.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 7a671934ee9f1699313e767bcb7c24cbca49b416
Time: 2020-03-13
Author: pclay@google.com
File Name: perfkitbenchmarker/providers/aws/flags.py
Class Name:
Method Name: