7e2206ab0ee716f35d63aa181084906a1e4d3e24,perfkitbenchmarker/linux_benchmarks/coremark_benchmark.py,,Prepare,#Any#,86
Before Change
vm = benchmark_spec.vms[0]
vm.Install("build_tools")
vm.Install("wget")
PrepareCoremark(vm.RemoteCommand)
def RunCoremark(remote_command, num_threads):
After Change
vm.Install("coremark")
if FLAGS.coremark_parallelism_method == PARALLELISM_PTHREAD:
vm.RemoteCommand("sed -i -e "s/LFLAGS_END += -lrt/LFLAGS_END += -lrt "
"-lpthread/g" %s/%s" % (COREMARK_DIR, COREMARK_BUILDFILE))
def RunCoremark(remote_command, num_threads):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
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: 03a55eabd6658670a6bc54610b76e55da4457583
Time: 2015-08-01
Author: connormccoy@google.com
File Name: perfkitbenchmarker/benchmarks/mongodb_ycsb_benchmark.py
Class Name:
Method Name: Prepare
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: e507644b7a145c97b0278f0951e43a7c27731363
Time: 2019-11-07
Author: yuyanting@google.com
File Name: perfkitbenchmarker/linux_packages/lmbench.py
Class Name:
Method Name: _Install