aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar adelez <adelez@google.com>2017-01-11 17:50:04 -0800
committerGravatar GitHub <noreply@github.com>2017-01-11 17:50:04 -0800
commit1b59bfc52bf37fcbb9ab0a5c828856128f4acdf5 (patch)
tree50636da427ba3e6f25cbf7ef7448db7d0184e050
parentebb3d5d4fcba50e95ece12eb709b2e4913a50d56 (diff)
parent015998f7708843ead6379ac5e6d6963603d200ea (diff)
Merge pull request #8987 from adelez/add_perf_link
Add perf link
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70cf9fcc30..174e861f59 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ See [INSTALL](INSTALL.md) for installation instructions for various platforms.
See [tools/run_tests](tools/run_tests) for more guidance on how to run various test suites (e.g. unit tests, interop tests, benchmarks)
+See [Performance dashboard](http://performance-dot-grpc-testing.appspot.com/explore?dashboard=5712453606309888) for the performance numbers for v1.0.x.
+
#Repository Structure & Status
This repository contains source code for gRPC libraries for multiple languages written on top of shared C core library [src/core] (src/core).