Commit fd4c088f authored by Joel Martin's avatar Joel Martin

Push out some data files and move into data/.

Push out some more data files and move the existing ones in the data/
subdirectory. This is in preparation for adding some detailed
performance notes to the wiki with links to these data files.
parent 134fe69e
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -42,7 +42,7 @@
</script>
<script src="http://github.com/kanaka/noVNC/raw/HEAD/include/vnc.js"></script>
<script src="http://github.com/kanaka/noVNC/raw/HEAD/include/playback.js"></script>
<script src="data_demo1.js"></script>
<script src="data/demo1.js"></script>
<script>
var start_time;
......@@ -91,7 +91,7 @@
window.onload = function() {
mode = 'realtime';
Util.Info("VNC_frame_data.length: " + VNC_frame_data.length);
rfb = RFB({'target': 'VNC_canvas',
rfb = RFB({'target': $D('VNC_canvas'),
'updateState': updateState});
rfb.testMode(send_array);
}
......
......@@ -62,7 +62,7 @@
</script>
<script src="http://github.com/kanaka/noVNC/raw/HEAD/include/vnc.js"></script>
<script src="http://github.com/kanaka/noVNC/raw/HEAD/include/playback.js"></script>
<script src="data_raw.js"></script>
<script src="data/bug_raw.js"></script>
<script>
var start_time;
......@@ -120,7 +120,7 @@
window.onload = function() {
message("VNC_frame_data.length: " + VNC_frame_data.length);
Util.init_logging('debug'); // So canvas sticks around
rfb = RFB({'target': 'VNC_canvas',
rfb = RFB({'target': $D('VNC_canvas'),
'updateState': updateState});
rfb.testMode(send_array);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment