Skip to content

Commit f75f0cf

Browse files
author
Stefan Holmer
committed
Enable GoogleWifiTrace3Mbps simulations.
BUG=3277 [email protected], [email protected] Review URL: https://webrtc-codereview.appspot.com/50829004 Cr-Commit-Position: refs/heads/master@{#9131}
1 parent 0d26605 commit f75f0cf

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

resources/google-wifi-3mbps.rx.sha1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7d88683e3113fe8174a72800232023756eefce33

webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ TEST_P(BweFeedbackTest, Verizon4gDownlinkTest) {
319319
}
320320

321321
// webrtc:3277
322-
TEST_P(BweFeedbackTest, DISABLED_GoogleWifiTrace3Mbps) {
322+
TEST_P(BweFeedbackTest, GoogleWifiTrace3Mbps) {
323323
AdaptiveVideoSource source(0, 30, 300, 0, 0);
324324
VideoSender sender(&uplink_, &source, GetParam());
325325
RateCounterFilter counter1(&uplink_, 0, "sender_output");

webrtc/webrtc_perf_tests.isolate

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
'<(DEPTH)/resources/photo_1850_1110.yuv',
1818
'<(DEPTH)/resources/presentation_1850_1110.yuv',
1919
'<(DEPTH)/resources/web_screenshot_1850_1110.yuv',
20+
'<(DEPTH)/resources/google-wifi-3mbps.rx',
21+
'<(DEPTH)/resources/verizon4g-downlink.rx',
2022
],
2123
},
2224
}],

0 commit comments

Comments
 (0)