| Index: tools/perf/page_sets/webrtc_cases/multiple-peerconnections.html
|
| diff --git a/tools/perf/page_sets/webrtc_cases/multiple-peerconnections.html b/tools/perf/page_sets/webrtc_cases/multiple-peerconnections.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dff5a917a6e9d6d044e1e996e51d66e26b4a59e9
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/webrtc_cases/multiple-peerconnections.html
|
| @@ -0,0 +1,45 @@
|
| +<!DOCTYPE html>
|
| +<!--
|
| + * Copyright 2017 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| +-->
|
| +<html>
|
| +<head>
|
| +
|
| + <title>Multiple peerconnections</title>
|
| +
|
| +
|
| +</head>
|
| +
|
| +<body>
|
| +
|
| +<div id="wrapper">
|
| + <div id="container">
|
| + <div class="bottom-border">
|
| + <h2>PeerConnection</h2>
|
| + <label>
|
| + Number of peer connections
|
| + <input id="num-peerconnections" value="10">
|
| + </label><br>
|
| + <label>
|
| + Enable googCpuOveruseDetection
|
| + <input type="checkbox" id="cpuoveruse-detection" checked>
|
| + </label><br>
|
| + <button class="green" id="start-test">
|
| + Start Test
|
| + </button><br>
|
| + </div>
|
| + <div class="video-area">
|
| + <br>
|
| + <h2>Remote Streams</h2>
|
| + <table border="0" id="test-table"></table>
|
| + </div>
|
| + </div>
|
| +</div>
|
| +
|
| +
|
| +<script src="multiple-peerconnections.js"></script>
|
| +<script src="adapter.js"></script>
|
| +<script src="common.js"></script>
|
| +</body></html>
|
|
|