Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 325 Bytes

development.md

File metadata and controls

17 lines (12 loc) · 325 Bytes

Running from source

Crank can be started from its source code by executing these commands:

Crank Agent

cd ./src/Microsoft.Crank.Agent
dotnet run

Crank Controller

cd ./src/Microsoft.Crank.Controller
dotnet run  --config ../../samples/hello/hello.benchmarks.yml --scenario hello --profile local