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

Issue 1237393002: Evaluation tests (Closed)

Created:
5 years, 5 months ago by magalhaesc
Modified:
5 years, 4 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Implemented according to: http://datatracker.ietf.org/doc/draft-ietf-rmcat-eval-test/ Added tests 5.1 - 5.8. Added GccComparison functions. Modified SelfFairness test. R=stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/59adf34d84b4df1b0ae032d694e470e2bc27cca0

Patch Set 1 : Added evaluation tests 5.1 - 5.8 #

Patch Set 2 : Fixing issues: removed to_string(), added static_cast<int> where conversion was implicit #

Total comments: 33

Patch Set 3 : Comments addressed #

Total comments: 2

Patch Set 4 : Comments addressed [2] #

Patch Set 5 : Fixed BweTest bug and int type issues #

Total comments: 6

Patch Set 6 : Comments addressed [3] #

Unified diffs Side-by-side diffs Delta from patch set Stats (+980 lines, -56 lines) Patch
M webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc View 1 2 3 4 chunks +153 lines, -14 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc View 1 2 1 chunk +63 lines, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.h View 1 2 3 4 3 chunks +85 lines, -7 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc View 1 2 3 4 5 7 chunks +669 lines, -19 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 23 (4 generated)
magalhaesc
Fixing issues
5 years, 5 months ago (2015-07-16 11:24:50 UTC) #1
magalhaesc
Evaluation tests
5 years, 5 months ago (2015-07-16 12:23:28 UTC) #3
stefan-webrtc
A few first comments, I will look closer at the bwe_test.cc later. https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc ...
5 years, 5 months ago (2015-07-21 12:12:32 UTC) #4
magalhaesc
Comments addressed
5 years, 5 months ago (2015-07-21 14:46:03 UTC) #5
magalhaesc
https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc (right): https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc#newcode273 webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc:273: Random random(0x12345678); On 2015/07/21 12:12:32, stefan-webrtc (holmer) wrote: > ...
5 years, 5 months ago (2015-07-21 14:46:53 UTC) #6
magalhaesc
Comments addressed
5 years, 5 months ago (2015-07-21 14:55:55 UTC) #7
magalhaesc
Comments addressed
5 years, 5 months ago (2015-07-21 15:01:28 UTC) #8
magalhaesc
Thanks for the review. Comments addressed
5 years, 5 months ago (2015-07-21 17:05:46 UTC) #11
stefan-webrtc
https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc (right): https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc#newcode273 webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc:273: Random random(0x12345678); On 2015/07/21 14:46:53, magalhaesc wrote: > On ...
5 years, 5 months ago (2015-07-22 09:30:29 UTC) #12
magalhaesc
https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc (right): https://codereview.webrtc.org/1237393002/diff/20001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc#newcode273 webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc:273: Random random(0x12345678); On 2015/07/22 09:30:29, stefan-webrtc (holmer) wrote: > ...
5 years, 5 months ago (2015-07-22 11:22:54 UTC) #13
magalhaesc
https://codereview.webrtc.org/1237393002/diff/80001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc File webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc (right): https://codereview.webrtc.org/1237393002/diff/80001/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc#newcode317 webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc:317: static_cast<int64_t>(random_.Rand(0, 2 * kAverageOffsetMs), 0)}; On 2015/07/22 09:30:29, stefan-webrtc ...
5 years, 5 months ago (2015-07-22 11:24:52 UTC) #14
magalhaesc
Comments addressed
5 years, 5 months ago (2015-07-22 11:28:32 UTC) #15
magalhaesc
Comments addressed, fixed int type issues
5 years, 5 months ago (2015-07-22 11:51:17 UTC) #16
magalhaesc
Fixed BweTest bug
5 years, 5 months ago (2015-07-22 12:50:55 UTC) #17
magalhaesc
Thanks, comments addressed.
5 years, 5 months ago (2015-07-22 15:42:28 UTC) #19
stefan-webrtc
A few small comments, but with those addressed lgtm. https://codereview.webrtc.org/1237393002/diff/140001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc (right): https://codereview.webrtc.org/1237393002/diff/140001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc#newcode434 webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc:434: ...
5 years, 5 months ago (2015-07-23 11:33:33 UTC) #20
magalhaesc
Comments addressed [3]
5 years, 5 months ago (2015-07-23 12:11:23 UTC) #21
magalhaesc
Thanks, comments addressed https://codereview.webrtc.org/1237393002/diff/140001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc (right): https://codereview.webrtc.org/1237393002/diff/140001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc#newcode434 webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc:434: int flow_id = bwe_type; // Arbitrary ...
5 years, 5 months ago (2015-07-23 12:11:53 UTC) #22
magalhaesc
5 years, 5 months ago (2015-07-23 13:40:53 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:160001) manually as
59adf34d84b4df1b0ae032d694e470e2bc27cca0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698