зеркало из https://github.com/dotnet/performance.git
Updating prerequisites documentation (#3356)
This commit is contained in:
Родитель
b6d2a850e8
Коммит
6e1db7d4b4
|
@ -17,6 +17,12 @@ This is a general guideline on how the scenario tests are arranged in this repo.
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- python3 or newer
|
- python3 or newer
|
||||||
|
- some of the scenarios require `requests` python module to be installed. To install the required module run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 -m pip install requests
|
||||||
|
```
|
||||||
|
|
||||||
- dotnet runtime 3.0 or newer
|
- dotnet runtime 3.0 or newer
|
||||||
- terminal/command prompt **in Admin Mode** (for collecting kernel traces)
|
- terminal/command prompt **in Admin Mode** (for collecting kernel traces)
|
||||||
- clean state of the test machine (anti-virus scan is off and no other user program's running -- to minimize the influence of environment on the test)
|
- clean state of the test machine (anti-virus scan is off and no other user program's running -- to minimize the influence of environment on the test)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче