c84eb9306a521ddcefe8ca805ac633408e5b312a,perfkitbenchmarker/benchmarks/iperf_benchmark.py,,_RunIperf,#Any#Any#Any#Any#,64
Before Change
(receiving_ip_address, IPERF_PORT))
stdout, _ = sending_vm.RemoteCommand(iperf_cmd, should_log=True)
iperf_pattern = re.compile(r"(\d+\.\d+|\d+) Mbits/sec")
value = regex_util.ExtractFloat(iperf_pattern, stdout)
metadata = {
// TODO(voellm): The server and client terminology is being
After Change
// [SUM] 0.0-60.0 sec 14010 MBytes 1957 Mbits/sec
thread_values = re.findall("\[.*\d\].*\d.Mbits/sec", stdout)
if len(thread_values) != FLAGS.sending_thread_count:
raise ValueError("Only %s out of %s iperf threads repoted a"
" throughput value." % (len(thread_values),
FLAGS.sending_thread_count))
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: c84eb9306a521ddcefe8ca805ac633408e5b312a
Time: 2015-05-09
Author: voellm@google.com
File Name: perfkitbenchmarker/benchmarks/iperf_benchmark.py
Class Name:
Method Name: _RunIperf
Project Name: pyannote/pyannote-audio
Commit Name: a07c82b9886d1d3fd58908c6109c4d2096760824
Time: 2016-08-29
Author: bredin@limsi.fr
File Name: pyannote/audio/labeling/models.py
Class Name: LSTMSequenceLabeling
Method Name: design_model
Project Name: hellohaptik/chatbot_ner
Commit Name: 00778415bcdc7f786fa3b9dc6f44664f17cc38a6
Time: 2017-11-27
Author: jain.chirag925@gmail.com
File Name: ner_v1/detectors/temporal/date/date_detection.py
Class Name: DateAdvanceDetector
Method Name: _detect_range