3051c75da06f415639708c78435cfa6f143558fc,perfkitbenchmarker/linux_benchmarks/speccpu2017_benchmark.py,,_Run,#Any#,152
Before Change
version_specific_parameters.append("--feedback ")
vm.RemoteCommand("cd /scratch/cpu2017; mkdir fdo_profiles")
speccpu.Run(vm, cmd, " ".join(FLAGS.spec17_subset),
version_specific_parameters)
partial_results = True
// Do not allow partial results if any benchmark subset is a full suite.
for benchmark_subset in FLAGS.benchmark_subset:
After Change
vm.RemoteCommand("cd /scratch/cpu2017; mkdir fdo_profiles")
start_time = time.time()
stdout, _ = speccpu.Run(vm, cmd, " ".join(FLAGS.spec17_subset),
version_specific_parameters)
if FLAGS.spec17_build_only:
if "Error" in stdout and "Please review this file" in stdout:
raise errors.Benchmarks.RunError("Error during SPEC compilation.")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 3051c75da06f415639708c78435cfa6f143558fc
Time: 2020-05-21
Author: spencerkim@google.com
File Name: perfkitbenchmarker/linux_benchmarks/speccpu2017_benchmark.py
Class Name:
Method Name: _Run
Project Name: polyaxon/polyaxon
Commit Name: 551cc480fb3ccf2f26e5e582c37ccc51c12e49fb
Time: 2020-06-14
Author: mouradmourafiq@gmail.com
File Name: core/tests/test_tracking/test_run_tracking.py
Class Name: TestRunTracking
Method Name: test_run_init
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: c9fe83c325c89691f53631bef63957e9772dd058
Time: 2015-12-01
Author: hildrum@google.com
File Name: tests/linux_benchmarks/ping_benchmark_test.py
Class Name: TestGenerateJobFileString
Method Name: testRunCountTest