From 9fba8c185164ddd4d9ff0483499dc158475883b2 Mon Sep 17 00:00:00 2001 From: Anna R <annarev@google.com> Date: Thu, 10 Aug 2017 17:14:10 -0700 Subject: [PATCH] Add benchmark dashboard link to benchmarks doc. Also, I added a link and description for Benchmarks page to Community index page. PiperOrigin-RevId: 164924906 --- tensorflow/docs_src/community/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/docs_src/community/benchmarks.md b/tensorflow/docs_src/community/benchmarks.md index c8be854fd9e..3bdbabf4bbc 100644 --- a/tensorflow/docs_src/community/benchmarks.md +++ b/tensorflow/docs_src/community/benchmarks.md @@ -1,6 +1,6 @@ # Benchmarks -This guide contains instructions for defining and running a TensorFlow benchmark. These benchmarks store output in [TestResults](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/util/test_log.proto) format. If these benchmarks are added to TensorFlow github repo, then we will run them daily with our Jenkins build. +This guide contains instructions for defining and running a TensorFlow benchmark. These benchmarks store output in [TestResults](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/util/test_log.proto) format. If these benchmarks are added to TensorFlow github repo, then we will run them daily with our continuous build and display a graph on our dashboard: https://benchmarks-dot-tensorflow-testing.appspot.com/. [TOC]