6ca76b91a8471c45e692ff2d2ccee2c26ae1441a,perfkitbenchmarker/linux_benchmarks/horovod_benchmark.py,,_CopyAndUpdateRunScripts,#Any#Any#,140

Before Change


  vm.Install("tcmalloc")

  if model.startswith("resnet"):
    vm.Install("google_cloud_sdk")
    vm.RemoteCommand("sed -i "/from utils import dali_utils/d" "
                     "{}/utils/data_utils.py".format(resnet_base_dir))
    vm.RemoteCommand("sed -i "/from utils import dali_utils/d" "
                     "{}/utils/__init__.py".format(resnet_base_dir))

After Change


    vm.RemoteCommand(
        get_bert_data_cmd.format(bert=bert_base_dir, url=BERT_BASE_URL))

  if model == "bert-large":
    vm.RemoteCommand(
        get_bert_data_cmd.format(bert=bert_base_dir, url=BERT_LARGE_URL))


def _PrepareHorovod(vm):
  Install dependencies on a single vm.

  Args:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 6ca76b91a8471c45e692ff2d2ccee2c26ae1441a
Time: 2020-07-08
Author: p3rf@google.com
File Name: perfkitbenchmarker/linux_benchmarks/horovod_benchmark.py
Class Name:
Method Name: _CopyAndUpdateRunScripts


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 6bb36eb6d814bae4a8ab9274d30fe55bb60bdc23
Time: 2018-06-18
Author: yanfeiren@google.com
File Name: perfkitbenchmarker/linux_packages/hpcc.py
Class Name:
Method Name: _Install


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 7e2206ab0ee716f35d63aa181084906a1e4d3e24
Time: 2020-06-17
Author: ehankland@google.com
File Name: perfkitbenchmarker/linux_benchmarks/coremark_benchmark.py
Class Name:
Method Name: Prepare


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