Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Issue 2708723002: added WebRTC-QuickPerfTest to RampUpTests and CallPerfTests (Closed)

Created:
3 years, 10 months ago by ilnik
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

added WebRTC-QuickPerfTest to RampUpTests and CallPerfTests BUG=webrtc:7153 Review-Url: https://codereview.webrtc.org/2708723002 Cr-Commit-Position: refs/heads/master@{#16743} Committed: https://chromium.googlesource.com/external/webrtc/+/5328b9eb328e049cb19c5b3ce99fdbf2bbae25e5

Patch Set 1 #

Patch Set 2 : added QuickPerfTest field-trial to NetEq and VideoSender/BWE tests #

Total comments: 4

Patch Set 3 : implemented Stefan@ comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -17 lines) Patch
M webrtc/call/call_perf_tests.cc View 1 chunk +5 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc View 1 2 2 chunks +11 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc View 1 2 3 chunks +25 lines, -13 lines 0 comments Download
M webrtc/test/rtp_rtcp_observer.h View 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 24 (5 generated)
ilnik
Not sure if these truncated tests are even checking anything sensible, but some work is ...
3 years, 10 months ago (2017-02-20 16:04:40 UTC) #2
stefan-webrtc
On 2017/02/20 16:04:40, ilnik wrote: > Not sure if these truncated tests are even checking ...
3 years, 10 months ago (2017-02-20 16:16:20 UTC) #3
stefan-webrtc
lgtm
3 years, 10 months ago (2017-02-20 16:16:24 UTC) #4
stefan-webrtc
not lgtm I missed the fact that this affects videosendstream tests and end to end ...
3 years, 10 months ago (2017-02-20 16:37:01 UTC) #5
ilnik
On 2017/02/20 16:37:01, stefan-webrtc wrote: > not lgtm > > I missed the fact that ...
3 years, 10 months ago (2017-02-21 08:53:46 UTC) #6
ilnik
On 2017/02/20 16:37:01, stefan-webrtc wrote: > not lgtm > > I missed the fact that ...
3 years, 10 months ago (2017-02-21 09:07:37 UTC) #7
ilnik
On 2017/02/21 09:07:37, ilnik wrote: > On 2017/02/20 16:37:01, stefan-webrtc wrote: > > not lgtm ...
3 years, 10 months ago (2017-02-21 09:30:04 UTC) #8
stefan-webrtc
Thanks for clarifying. Adding hlundin for neteq. https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc File webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc (right): https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc#newcode31 webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc:31: const int ...
3 years, 10 months ago (2017-02-21 09:35:46 UTC) #10
ilnik
https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc File webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc (right): https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc#newcode31 webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc:31: const int kQuickTestTimeoutMs = 100000; On 2017/02/21 09:35:46, stefan-webrtc ...
3 years, 10 months ago (2017-02-21 09:46:08 UTC) #11
stefan-webrtc
https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc File webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc (right): https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc#newcode31 webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc:31: const int kQuickTestTimeoutMs = 100000; On 2017/02/21 09:46:08, ilnik ...
3 years, 10 months ago (2017-02-21 10:26:03 UTC) #12
ilnik
On 2017/02/21 10:26:03, stefan-webrtc wrote: > https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc > File webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc (right): > > https://codereview.webrtc.org/2708723002/diff/20001/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc#newcode31 > ...
3 years, 10 months ago (2017-02-21 10:28:11 UTC) #13
hlundin-webrtc
I agree with Stefan on the surprise-change of runtime for the NetEq test. But, why ...
3 years, 10 months ago (2017-02-21 10:35:04 UTC) #14
ilnik
On 2017/02/21 10:35:04, hlundin-webrtc wrote: > I agree with Stefan on the surprise-change of runtime ...
3 years, 10 months ago (2017-02-21 10:37:41 UTC) #15
hlundin-webrtc
On 2017/02/21 10:37:41, ilnik wrote: > On 2017/02/21 10:35:04, hlundin-webrtc wrote: > > I agree ...
3 years, 10 months ago (2017-02-21 11:27:30 UTC) #16
hlundin-webrtc
LGTM for NetEq test.
3 years, 10 months ago (2017-02-21 11:28:50 UTC) #17
ilnik
On 2017/02/21 11:28:50, hlundin-webrtc wrote: > LGTM for NetEq test. Stefan, what about the rest? ...
3 years, 10 months ago (2017-02-21 11:35:06 UTC) #18
stefan-webrtc
lgtm
3 years, 10 months ago (2017-02-21 11:52:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2708723002/40001
3 years, 10 months ago (2017-02-21 11:58:18 UTC) #21
commit-bot: I haz the power
3 years, 10 months ago (2017-02-21 13:20:33 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/5328b9eb328e049cb19c5b3ce...

Powered by Google App Engine
This is Rietveld 408576698