noVNC/tests/perf/rfb_stream_bench.html

16 lines
387 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>noVNC RFB Stream Benchmark</title>
<script type="module" src="./rfb_stream_bench.js"></script>
</head>
<body>
<main>
<h1>noVNC RFB Stream Benchmark</h1>
<p id="status">idle</p>
<pre id="result"></pre>
</main>
</body>
</html>