run-linux.sh 263 B

12345678
  1. #!/bin/bash
  2. fw_depends mono dotnetcore
  3. sudo apt-get install unzip libunwind8 -y
  4. cd Benchmarks
  5. dotnet restore
  6. dotnet build -c Release -f netcoreapp1.0
  7. dotnet run -c Release server.urls=http://*:8080 scenarios=$1 server=kestrel threadCount=1 NonInteractive=true &