Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.05 KB

prerequisites.md

File metadata and controls

27 lines (15 loc) · 1.05 KB

Prerequisites

Clone

This repository is independent of dotnet/runtime repository! So this is the only repository you need to clone.

git clone https://github.com/dotnet/performance.git

External tools

Python is needed to run the scripts used by automation. These scripts wrap all the logic for tool acquisition, benchmarks build and execution, data collection and upload.

The python scripts in this repository support python version 3.5 or greater.

.NET Core SDK

The .NET Core SDK contains both the .NET Core runtime and CLI tools. .NET Performance projects test the performance of daily builds of .NET Core Runtime. You need to install the latest daily build of .NET Core SDK to be able to build the projects. It can be downloaded here:

Optionally, you could use dotnet.py to to download the DotNet Cli locally.