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

Unified Diff: dashboard/nacl-spec-overview.html

Issue 171303002: Remove perf dashboards for security reasons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/perf
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/nacl-perf.html ('k') | dashboard/overview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/nacl-spec-overview.html
diff --git a/dashboard/nacl-spec-overview.html b/dashboard/nacl-spec-overview.html
deleted file mode 100644
index f33351a6fb1432cff5ad623bc3f645de3831842e..0000000000000000000000000000000000000000
--- a/dashboard/nacl-spec-overview.html
+++ /dev/null
@@ -1,205 +0,0 @@
-<html>
- <head>
- <title>NaCl SPEC Perf Overview</title>
- <script src="ui/js/common.js"></script>
- <script language="javascript">
- function DisplayGraph(name, graph) {
- document.write('<td><iframe scrolling="no" height="250" width="400" src="http://build.chromium.org/f/client/perf/');
- document.write(name);
- document.write('/report.html?history=50')
- var params = ParseParams();
- if (typeof graph == 'undefined') {
- if ('graph' in params) {
- graph = escape(params.graph);
- }
- } else if (graph != null) {
- document.write('&header=');
- document.write(graph);
- }
- if (graph != null) {
- document.write('&graph=');
- document.write(graph);
- }
- document.write('&lookout=1"></iframe></td>');
- }
- </script>
- </head>
- <body>
- <center>
- <h1>
- Currently showing
- <script language="javascript">
- var params = ParseParams();
- if ('graph' in params) {
- document.write(escape(params.graph))
- } else {
- document.write('overview')
- }
- </script>
- </h1>
- <p>
- <script>
- document.write('<p> No matrix view =(</p>');
- </script>
- </p>
- <p>
- [ <a href="nacl-spec-overview.html">overview</a> ]
- </p>
- <h1>Sections below</h1>
- <p>
- [ <a href="#NaCl-Lucid-32-SPEC">NaCl Lucid 32 nacl-gcc SPEC</a> |
- <a href="#NaCl-Lucid-32-PNaCl-SPEC">NaCl Lucid 32 PNaCl SPEC</a> |
- <a href="#NaCl-Lucid-64-SPEC">NaCl Lucid 64 nacl-gcc SPEC</a> |
- <a href="#NaCl-Lucid-64-PNaCl-SPEC">NaCl Lucid 64 PNaCl SPEC</a> |
- <a href="#NaCl-Lucid-ARM-PNaCl-SPEC">NaCl Lucid ARM QEMU PNaCl SPEC</a>
- ]
- </p>
-
- <p><a href="nacl-overview.html">NaCl Browser Benchmarks</a></p>
-
- <h1>NaCl Compiler Benchmarks (Subset)</h1>
-
- <h2 id="NaCl-Lucid-32-SPEC">NaCl Lucid 32 nacl-gcc SPEC</h2>
- <table>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_ammp");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_art");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_bzip2");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_crafty");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_eon");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_equake");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_gap");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_gcc");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-spec/spec2k",
- "runtime_gzip");</script>
- </tr>
- </table>
-
- <h2 id="NaCl-Lucid-32-PNaCl-SPEC">NaCl Lucid 32 PNaCl SPEC</h2>
- <table>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_ammp");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_art");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_bzip2");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_crafty");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_eon");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_equake");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_gap");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_gcc");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_32-pnacl-spec/spec2k",
- "runtime_gzip");</script>
- </tr>
- </table>
-
- <h2 id="NaCl-Lucid-64-SPEC">NaCl Lucid 64 nacl-gcc SPEC</h2>
- <table>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_ammp");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_art");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_bzip2");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_crafty");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_eon");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_equake");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_gap");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_gcc");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-spec/spec2k",
- "runtime_gzip");</script>
- </tr>
- </table>
-
- <h2 id="NaCl-Lucid-64-PNaCl-SPEC">NaCl Lucid 64 PNaCl SPEC</h2>
- <table>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_ammp");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_art");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_bzip2");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_crafty");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_eon");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_equake");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_gap");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_gcc");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-x86_64-pnacl-spec/spec2k",
- "runtime_gzip");</script>
- </tr>
- </table>
-
- <h2 id="NaCl-Lucid-ARM-QEMU-PNaCl-SPEC">
- NaCl Lucid ARM QEMU PNaCl SPEC</h2>
- <table>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_ammp");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_art");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_bzip2");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_crafty");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_eon");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_equake");</script>
- </tr>
- <tr>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_gap");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_gcc");</script>
- <script>DisplayGraph("nacl-lucid_64-newlib-arm_qemu-pnacl-spec/spec2k",
- "runtime_gzip");</script>
- </tr>
- </table>
-
- </center>
- </body>
-</html>
« no previous file with comments | « dashboard/nacl-perf.html ('k') | dashboard/overview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698