Add a BWE fairness test.

Also moves the BWE perf tests to webrtc_perf_tests for tracking.

BUG=4548
R=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/45189004

Cr-Commit-Position: refs/heads/master@{#9022}
This commit is contained in:
Stefan Holmer
2015-04-16 20:20:36 +02:00
parent 3795937920
commit 09bdc1e5f5
5 changed files with 107 additions and 38 deletions

View File

@ -60,6 +60,7 @@
'audio_device' ,
'audio_processing',
'bitrate_controller',
'bwe_simulator',
'CNG',
'desktop_capture',
'iSACFix',
@ -216,33 +217,6 @@
'remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc',
'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc',
'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h',
'remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
'remote_bitrate_estimator/test/bwe.cc',
'remote_bitrate_estimator/test/bwe.h',
'remote_bitrate_estimator/test/bwe_test.cc',
'remote_bitrate_estimator/test/bwe_test.h',
'remote_bitrate_estimator/test/bwe_test_baselinefile.cc',
'remote_bitrate_estimator/test/bwe_test_baselinefile.h',
'remote_bitrate_estimator/test/bwe_test_fileutils.cc',
'remote_bitrate_estimator/test/bwe_test_fileutils.h',
'remote_bitrate_estimator/test/bwe_test_framework.cc',
'remote_bitrate_estimator/test/bwe_test_framework.h',
'remote_bitrate_estimator/test/bwe_test_framework_unittest.cc',
'remote_bitrate_estimator/test/bwe_test_logging.cc',
'remote_bitrate_estimator/test/bwe_test_logging.h',
'remote_bitrate_estimator/test/packet_receiver.cc',
'remote_bitrate_estimator/test/packet_receiver.h',
'remote_bitrate_estimator/test/packet_sender.cc',
'remote_bitrate_estimator/test/packet_sender.h',
'remote_bitrate_estimator/test/packet.h',
'remote_bitrate_estimator/test/estimators/nada.cc',
'remote_bitrate_estimator/test/estimators/nada.h',
'remote_bitrate_estimator/test/estimators/remb.cc',
'remote_bitrate_estimator/test/estimators/remb.h',
'remote_bitrate_estimator/test/estimators/send_side.cc',
'remote_bitrate_estimator/test/estimators/send_side.h',
'remote_bitrate_estimator/test/estimators/tcp.cc',
'remote_bitrate_estimator/test/estimators/tcp.h',
'rtp_rtcp/source/mock/mock_rtp_payload_strategy.h',
'rtp_rtcp/source/byte_io_unittest.cc',
'rtp_rtcp/source/fec_receiver_unittest.cc',