184719bf2f01c441208fe972c2a2dc2c43726d98,benchmarking/run_remote.py,RunRemote,_updateArgs,#RunRemote#Any#,619

Before Change


                "aibench",
                "specifications/models/generic/adhoc.json"
            ) as stream:
                with os.fdopen(fd, "wb") as f:
                    f.write(stream.read())
            args.benchmark_file = path


if __name__ == "__main__":

After Change


            if success:
                args.benchmark_file = adhoc_file
            else:
                getLogger().error(
                    "Could not find specified adhoc config: {}"
                    .format(args.adhoc)
                )


if __name__ == "__main__":
    raw_args = None
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: facebook/FAI-PEP
Commit Name: 184719bf2f01c441208fe972c2a2dc2c43726d98
Time: 2019-10-08
Author: asankaran@fb.com
File Name: benchmarking/run_remote.py
Class Name: RunRemote
Method Name: _updateArgs


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 7e2ce3a6cd51b21218ccc281dc21626153221778
Time: 2020-11-19
Author: pclay@google.com
File Name: perfkitbenchmarker/scripts/spark_sql_runner.py
Class Name:
Method Name: main


Project Name: cve-search/cve-search
Commit Name: 0f2d4db89845b9fe748bb8df19c166ebc937c930
Time: 2020-08-11
Author: paul.tikken@gmail.com
File Name: sbin/db_mgmt_json.py
Class Name: CVEDownloads
Method Name: download_site