Skip to content

Commit

Permalink
add benchmarking and profiling workflow docs links (dotnet#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik authored and stephentoub committed Jan 17, 2020
1 parent 6ca0517 commit 704aa77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 704aa77

Please sign in to comment.