596116954853f7476017242af09580eb9b6dcea2,perfkitbenchmarker/packages/fio.py,,ParseJobFile,#Any#,77

Before Change


      break
  for section in section_match:
    section_name = section[0]
    if section_name == GLOBAL:
      continue
    parameter_metadata[section_name] = {}
    parameter_metadata[section_name].update(global_metadata)
    parameter_metadata[section_name].update(ExtractFioParameters(section[1]))

After Change


        dictionaries of sample metadata as value.
  
  job_file = job_file.replace(JOB_STONEWALL_PARAMETER, "")
  config = ConfigParser.ConfigParser()
  config.readfp(io.BytesIO(job_file))
  sections = config.__dict__["_sections"]
  global_metadata = {}
  if GLOBAL in sections:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 596116954853f7476017242af09580eb9b6dcea2
Time: 2015-03-26
Author: yuyantingzero@gmail.com
File Name: perfkitbenchmarker/packages/fio.py
Class Name:
Method Name: ParseJobFile


Project Name: victoresque/pytorch-template
Commit Name: b1657087e4039232e79e2c80dadba70c9c5006c9
Time: 2019-04-17
Author: SunQ0313@gmail.com
File Name: test.py
Class Name:
Method Name:


Project Name: pantsbuild/pants
Commit Name: 238143038b99eb087b513e7052a494bc3de6db75
Time: 2015-05-20
Author: john.sirois@gmail.com
File Name: tests/python/pants_test/pants_run_integration_test.py
Class Name: PantsRunIntegrationTest
Method Name: run_pants_with_workdir