- Fork it.
cd path/to/GCBenchmark/HelloWorld
- Change
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
in file PerfMark.csproj to<RuntimeIdentifier>ubuntu.14.04-x64</RuntimeIdentifier>
if your platform is Ubuntu. - Change
<ServerGarbageCollection>false</ServerGarbageCollection>
in file HelloWorld.csproj to use server GC. dotnet restore
dotnet publish -c Release
1.dotnet .\bin\Release\netcoreapp2.0\win7-x64\publish\HelloWorld.dll