085665ed9b3b0240d88f67d4af104516d1bf8d77,perfkitbenchmarker/benchmarks/hpcc_benchmark.py,,ParseOutput,#Any#Any#,150

Before Change



  value = regex_util.ExtractFloat("SingleRandomAccess_GUPs=([0-9]*\\.[0-9]*)",
                                  hpcc_output)
  results.append(("Random Access Throughput", value, "GigaUpdates/sec"))

  for metric in STREAM_METRICS:
    regex = "SingleSTREAM_%s=([0-9]*\\.[0-9]*)" % metric

After Change



  value = regex_util.ExtractFloat("SingleRandomAccess_GUPs=([0-9]*\\.[0-9]*)",
                                  hpcc_output)
  results.append(sample.Sample("Random Access Throughput", value,
                               "GigaUpdates/sec"))

  for metric in STREAM_METRICS:
    regex = "SingleSTREAM_%s=([0-9]*\\.[0-9]*)" % metric
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 085665ed9b3b0240d88f67d4af104516d1bf8d77
Time: 2015-01-26
Author: connormccoy@google.com
File Name: perfkitbenchmarker/benchmarks/hpcc_benchmark.py
Class Name:
Method Name: ParseOutput


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: c19e28153157cf5abcbcd2798e8a11c5640db730
Time: 2015-01-26
Author: connormccoy@google.com
File Name: perfkitbenchmarker/benchmarks/iperf_benchmark.py
Class Name:
Method Name: _RunIperf


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 0fa4cdc9bffd110d3abfcbd9a2339d371519de4a
Time: 2015-01-26
Author: connormccoy@google.com
File Name: perfkitbenchmarker/benchmarks/aerospike_benchmark.py
Class Name:
Method Name: Run


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: c7707ac827fb899851881c895ae4a2015f22fce5
Time: 2015-01-26
Author: connormccoy@google.com
File Name: perfkitbenchmarker/benchmarks/cluster_boot_benchmark.py
Class Name:
Method Name: _GetTimeToBoot


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 6be0daea1ac4cafb8c46d06106e3e0f3a91c7170
Time: 2015-01-26
Author: connormccoy@google.com
File Name: perfkitbenchmarker/benchmarks/redis_benchmark.py
Class Name:
Method Name: Run