setup.sh 313 B

12345678910111213
  1. #!/bin/bash
  2. fw_depends mono
  3. #extra cleaning
  4. rm -rf src/bin src/obj
  5. xbuild src/EvHttpSharpBenchmark.csproj /t:Clean
  6. xbuild src/EvHttpSharpBenchmark.csproj /p:Configuration=Release
  7. export MONO_GC_PARAMS=nursery-size=64m
  8. mono -O=all $TROOT/src/bin/Release/EvHttpSharpBenchmark.exe 127.0.0.1 8085 $MAX_THREADS &