From 812dd11f8c83f391bb9efa1ebcee9411475e46be Mon Sep 17 00:00:00 2001 From: "solenberg@webrtc.org" Date: Tue, 3 Dec 2013 15:11:14 +0000 Subject: Add baseline generation/verification to BWE test framework. Updating resource file separately, once LGTM. Generates ~628k of files for current tests, highly compressable, once/if we need that. BUG= R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4639004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5204 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_Multi1_1_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_Multi1_1_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyChoke_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyChoke_1_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyDelay_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyLoss_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin.sha1 | 1 + .../VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin.sha1 | 1 + .../VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin.sha1 | 1 + 24 files changed, 24 insertions(+) create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin.sha1 create mode 100644 resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin.sha1 (limited to 'resources') diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin.sha1 new file mode 100644 index 0000000000..0e1c108af5 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin.sha1 @@ -0,0 +1 @@ +27bca982f40243ce6a491c05792f271166776eb9 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin.sha1 new file mode 100644 index 0000000000..0e1c108af5 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin.sha1 @@ -0,0 +1 @@ +27bca982f40243ce6a491c05792f271166776eb9 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin.sha1 new file mode 100644 index 0000000000..781691f3a8 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin.sha1 @@ -0,0 +1 @@ +2437de4b814694bfae0c7d47f851e356d8302796 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin.sha1 new file mode 100644 index 0000000000..781691f3a8 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin.sha1 @@ -0,0 +1 @@ +2437de4b814694bfae0c7d47f851e356d8302796 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin.sha1 new file mode 100644 index 0000000000..9a185074d2 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin.sha1 @@ -0,0 +1 @@ +c2d507d2d3edadab06942736a81c6ca3221e23c7 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin.sha1 new file mode 100644 index 0000000000..9a185074d2 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin.sha1 @@ -0,0 +1 @@ +c2d507d2d3edadab06942736a81c6ca3221e23c7 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin.sha1 new file mode 100644 index 0000000000..46ee7df41d --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin.sha1 @@ -0,0 +1 @@ +feeeed364dc66dea552b26271094ff11707a1e65 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin.sha1 new file mode 100644 index 0000000000..46ee7df41d --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin.sha1 @@ -0,0 +1 @@ +feeeed364dc66dea552b26271094ff11707a1e65 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin.sha1 new file mode 100644 index 0000000000..21cf98cea6 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin.sha1 @@ -0,0 +1 @@ +333ad9b7310be8d9c6a36c2b1fa63999a1098b88 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin.sha1 new file mode 100644 index 0000000000..21cf98cea6 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin.sha1 @@ -0,0 +1 @@ +333ad9b7310be8d9c6a36c2b1fa63999a1098b88 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin.sha1 new file mode 100644 index 0000000000..2fff908215 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin.sha1 @@ -0,0 +1 @@ +95a356db2eb39fd1bbf1ece1cfbf673b1f893487 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin.sha1 new file mode 100644 index 0000000000..2fff908215 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin.sha1 @@ -0,0 +1 @@ +95a356db2eb39fd1bbf1ece1cfbf673b1f893487 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin.sha1 new file mode 100644 index 0000000000..8e70aa2b23 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin.sha1 @@ -0,0 +1 @@ +d7814fe1106ee4d030bb5c4316765615f4b747dd \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin.sha1 new file mode 100644 index 0000000000..8e70aa2b23 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin.sha1 @@ -0,0 +1 @@ +d7814fe1106ee4d030bb5c4316765615f4b747dd \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin.sha1 new file mode 100644 index 0000000000..473aaa65a0 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin.sha1 @@ -0,0 +1 @@ +dba0be49e995fec988bb92d8d62b9e39b3f01bbe \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin.sha1 new file mode 100644 index 0000000000..473aaa65a0 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin.sha1 @@ -0,0 +1 @@ +dba0be49e995fec988bb92d8d62b9e39b3f01bbe \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin.sha1 new file mode 100644 index 0000000000..5d617bb9ae --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin.sha1 @@ -0,0 +1 @@ +091869a91d200add958904c0b5a42d47b1f5f9ac \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin.sha1 new file mode 100644 index 0000000000..5d617bb9ae --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin.sha1 @@ -0,0 +1 @@ +091869a91d200add958904c0b5a42d47b1f5f9ac \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin.sha1 new file mode 100644 index 0000000000..fcc16b6ce4 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin.sha1 @@ -0,0 +1 @@ +988a157505bb3b938c813282d90cb445a5cea19b \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin.sha1 new file mode 100644 index 0000000000..fcc16b6ce4 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin.sha1 @@ -0,0 +1 @@ +988a157505bb3b938c813282d90cb445a5cea19b \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin.sha1 new file mode 100644 index 0000000000..8395bcf065 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin.sha1 @@ -0,0 +1 @@ +e367a4e6b3ba1b4cd6ac2e71b55cdaed3b63a739 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin.sha1 new file mode 100644 index 0000000000..8395bcf065 --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin.sha1 @@ -0,0 +1 @@ +e367a4e6b3ba1b4cd6ac2e71b55cdaed3b63a739 \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin.sha1 new file mode 100644 index 0000000000..df83598dca --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin.sha1 @@ -0,0 +1 @@ +26e5e14a114a869a0777458520e6c27b5791863d \ No newline at end of file diff --git a/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin.sha1 b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin.sha1 new file mode 100644 index 0000000000..df83598dca --- /dev/null +++ b/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin.sha1 @@ -0,0 +1 @@ +26e5e14a114a869a0777458520e6c27b5791863d \ No newline at end of file -- cgit v1.2.3