OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 <html> | 3 <html> |
4 <!-- Copyright 2008 Google Inc. All rights reserved. --> | 4 <!-- Copyright 2008 Google Inc. All rights reserved. --> |
5 <head> | 5 <head> |
6 <title> Simple RPC Performance Tests </title> | 6 <title> Simple RPC Performance Tests </title> |
7 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 7 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> |
8 <META HTTP-EQUIV="Expires" CONTENT="-1"> | 8 <META HTTP-EQUIV="Expires" CONTENT="-1"> |
9 <script type="application/x-javascript"> | 9 <script type="application/x-javascript"> |
10 //<![CDATA[ | 10 //<![CDATA[ |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 </td> | 127 </td> |
128 <td align=center> | 128 <td align=center> |
129 <input type="button" onclick="BenchNullNpapiTest.Run()" | 129 <input type="button" onclick="BenchNullNpapiTest.Run()" |
130 value="NullNpapiTest" /> | 130 value="NullNpapiTest" /> |
131 </td> | 131 </td> |
132 </thead> | 132 </thead> |
133 </table> | 133 </table> |
134 <h2> | 134 <h2> |
135 Click any button above to run a benchmark. | 135 Click any button above to run a benchmark. |
136 </h2> | 136 </h2> |
137 <embed type="application/x-nacl-srpc" id="nacl" height="0" width="0" | 137 <embed type="application/x-nacl" id="nacl" height="0" width="0" |
138 src="srpc_test.nexe" /> | 138 src="srpc_test.nexe" /> |
139 <table summary="A box containing execution logging output"> | 139 <table summary="A box containing execution logging output"> |
140 <tr> | 140 <tr> |
141 <td id="LogOutput" /> | 141 <td id="LogOutput" /> |
142 </tr> | 142 </tr> |
143 </table> | 143 </table> |
144 </body> | 144 </body> |
145 </html> | 145 </html> |
OLD | NEW |