Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: tests/srpc/srpc_perf.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/srpc/srpc_nrd_xfer_ppapi.html ('k') | tests/srpc/srpc_perf_ppapi.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « tests/srpc/srpc_nrd_xfer_ppapi.html ('k') | tests/srpc/srpc_perf_ppapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698