summaryrefslogtreecommitdiff
path: root/Linked
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15Remove an unnecessary binary fileSwaroop Sridhar1-0/+0
Remove a binary file that was unintentionally checked in.
2017-04-19Add LinkBench to CoreCLR BenchViewSwaroop Sridhar1-0/+0
This change adds Linker tests as scenario tests tracked in BenchView for CoreCLR benchmarks. The Benchmarks added are: HelloWorld, WebAPI, CoreFx, MusicStore (MSIL and ReadyToRun), Roslyn. The metrics are: MSIL size before and after ILLINK Total publish-dir size before and after ILLINK % Reduction in MSIL and Total dir-size after linking.