aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/benchmark
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 16:25:34 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 16:27:15 +0000
commit1893c21f9f04acff4a3cc5cd20ddbf9fe89ae59a (patch)
tree339a7115987f95f3f41be023748b69d2f60419ef /src/tools/benchmark
parenta751f92b9fc21930547ea67347604fca0d0ed1e6 (diff)
*** Reason for rollback *** Breaks the CI: http://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/Bazel/JAVA_VERSION=1.7,PLATFORM_NAME=linux-x86_64/1270/console *** Original change description *** Adds support for pushing sites that don't need build, and build benchmark site. This should not affect CI for now. -- PiperOrigin-RevId: 147474775 MOS_MIGRATED_REVID=147474775
Diffstat (limited to 'src/tools/benchmark')
-rw-r--r--src/tools/benchmark/webapp/404.html6
-rw-r--r--src/tools/benchmark/webapp/BUILD10
-rw-r--r--src/tools/benchmark/webapp/line_chart.html (renamed from src/tools/benchmark/webapp/index.html)0
3 files changed, 0 insertions, 16 deletions
diff --git a/src/tools/benchmark/webapp/404.html b/src/tools/benchmark/webapp/404.html
deleted file mode 100644
index 2971495fe6..0000000000
--- a/src/tools/benchmark/webapp/404.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<!DOCTYPE html>
-<html>
- <body>
- <p>404 - Page not found</p>
- </body>
-</html>
diff --git a/src/tools/benchmark/webapp/BUILD b/src/tools/benchmark/webapp/BUILD
index 3c196b9a48..115d00ebdb 100644
--- a/src/tools/benchmark/webapp/BUILD
+++ b/src/tools/benchmark/webapp/BUILD
@@ -1,16 +1,6 @@
package(default_visibility = ["//src/tools/benchmark:__pkg__"])
-load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
-
filegroup(
name = "srcs",
srcs = glob(["**"]),
)
-
-pkg_tar(
- name = "site",
- files = [
- "draw_chart.js",
- "line_chart.html",
- ],
-)
diff --git a/src/tools/benchmark/webapp/index.html b/src/tools/benchmark/webapp/line_chart.html
index eed8349fab..eed8349fab 100644
--- a/src/tools/benchmark/webapp/index.html
+++ b/src/tools/benchmark/webapp/line_chart.html