aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yue Gan <yueg@google.com>2017-03-02 16:44:16 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-03 10:36:06 +0000
commit1646327f3918bf49f585150ed4370f1d083fa14e (patch)
treef3b12b69eb5b30813f5cf18d7b695e704fad5bb5
parent399ff5b3922f1bbbdc43103e4a4d9d40327d3d0d (diff)
Add notes above charts.
-- PiperOrigin-RevId: 149008255 MOS_MIGRATED_REVID=149008255
-rw-r--r--src/tools/benchmark/webapp/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/benchmark/webapp/index.html b/src/tools/benchmark/webapp/index.html
index eed8349fab..4807cf4dc8 100644
--- a/src/tools/benchmark/webapp/index.html
+++ b/src/tools/benchmark/webapp/index.html
@@ -4,8 +4,13 @@
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="draw_chart.js"></script>
+ <title>Continuous Build Performance Benchmark</title>
</head>
<body>
+ <div>
+ <p>Note:</p>
+ <p>This benchmark is generated by the code in <a href="https://github.com/bazelbuild/bazel/tree/master/src/tools/benchmark">bazel/src/tools/benchmark</a>. You can also try it locally.</p><p>Our <a href="http://ci.bazel.io">CI system</a> automatically builds Bazel at each Git commit. The performance of each version is then assessed by building various kinds of <a href="https://github.com/bazelbuild/bazel/tree/master/src/tools/benchmark/java/com/google/devtools/build/benchmark/codegenerator">generated Java code</a> (e.g. Java libraries with few files, with many files, with many parallel deps, with a long chain of deps). The time it took to build each kind of code is measured and used to generate these charts.</p>
+ </div>
<div id="content"></div>
</body>
</html> \ No newline at end of file