cc137d5842be6910fd8a11a1f09c4f383bc93587,perfkitbenchmarker/linux_benchmarks/gpu_pcie_bandwidth_benchmark.py,,_ParseOutputFromSingleIteration,#Any#,111
Before Change
All units are in MB/s, as these are the units guaranteed to be output
by the test.
matches = regex_util.ExtractAllMatches(EXTRACT_BANDWIDTH_TEST_RESULTS_REGEX,
test_output)
results = {}
for i, metric in enumerate(BENCHMARK_METRICS):
results[metric] = float(matches[i] )
return results
After Change
All units are in MB/s, as these are the units guaranteed to be output
by the test.
lines = [line.strip() for line in test_output.splitlines()]
host_to_device_results_start = _FindIndexOfLineThatStartsWith(
lines, "Host to Device Bandwidth")
device_to_host_results_start = _FindIndexOfLineThatStartsWith(
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: cc137d5842be6910fd8a11a1f09c4f383bc93587
Time: 2017-08-23
Author: gareth-ferneyhough@users.noreply.github.com
File Name: perfkitbenchmarker/linux_benchmarks/gpu_pcie_bandwidth_benchmark.py
Class Name:
Method Name: _ParseOutputFromSingleIteration
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: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: ddddfbb62a5aebbf8bd074280e4512fa7e6ee011
Time: 2021-02-18
Author: chriswilkes@google.com
File Name: perfkitbenchmarker/linux_packages/numactl.py
Class Name:
Method Name: GetNuma