From 704aa77547b5001fa551fd5baa8af656fe50de9e Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Fri, 17 Jan 2020 15:37:34 +0100 Subject: [PATCH] add benchmarking and profiling workflow docs links (#1856) --- docs/workflow/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/workflow/README.md b/docs/workflow/README.md index 23b67645dfc1f..3ce070df3171a 100644 --- a/docs/workflow/README.md +++ b/docs/workflow/README.md @@ -73,3 +73,8 @@ After that, here's information about how to run tests: - [Testing coreclr](testing/coreclr/testing.md) - [Testing libraries](testing/libraries/testing.md) + +And how to measure performance: + +- [Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md) +- [Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)