webrtc/tools/quality_tracking/dashboard/static/index.html
phoglund@webrtc.org 17018ed39c Added perf summary pages to the dashboard server.
The purpose is to make the WebRTC performance metrics easier to overview.

BUG=
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2081004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4583 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-08-21 16:31:12 +00:00

13 lines
414 B
HTML

<html>
<head>
<title>WebRTC Performance Metrics</title>
<link rel="stylesheet" href="../stylesheets/perf.css" type="text/css">
</head>
<body>
<h1>WebRTC Performance Metrics</h1>
<p><a href="video_perf.html">Video</a></p>
<p><a href="audio_perf.html">Audio</a></p>
<p><a href="audio_perf_chrome.html">Chrome Audio Path</a></p>
<p><a href="vie_auto_test_perf.html">vie_auto_test</a></p>
</body>
</html>