Closed
Description
If you use --generateBinLog
for wasm benchmarks, you get:
/home/helixbot/work/B78C09A9/p/dotnet/dotnet restore --packages "/home/helixbot/work/B78C09A9/w/BCE609B9/e/performance/artifacts/packages" /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true
-bl:8b197aae-5d64-4019-b6f4-46946d02dc65-restore.binlog
in /home/helixbot/work/B78C09A9/w/BCE609B9/e/performance/artifacts/bin/for-running/MicroBenchmarks/8b197aae-5d64-4019-b6f4-46946d02dc65
The binlog gets generated in /home/helixbot/work/B78C09A9/w/BCE609B9/e/performance/artifacts/bin/for-running/MicroBenchmarks/8b197aae-5d64-4019-b6f4-46946d02dc65
, but that is getting cleaned up at the end, thus it is not retrievable later for diagnosis.
It would be useful to maybe use some path in artifacts
which does not get removed for these files.
cc @adamsitnik