Closed
Description
Hello,
I've recently updated to the dotnet 8 SDK and I've enabled true.
When running my benchmark dotnet artifacts/bin/Fantomas.Benchmarks/release/Fantomas.Benchmarks.dll
:
dotnet artifacts/bin/Fantomas.Benchmarks/release/Fantomas.Benchmarks.dll ❮ 7s 682ms
// Validating benchmarks:
// ***** BenchmarkRunner: Start *****
// ***** Found 1 benchmark(s) in total *****
// ***** Building 1 exe(s) in Parallel: Start *****
// start dotnet restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in C:\Users\nojaf\Projects\fantomas\artifacts\bin\Fantomas.Benchmarks\release\94c3c585-184c-4f7d-a1d7-6c975b7cc114
// command took 0.95 sec and exited with 0
// start dotnet build -c Release --no-restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in C:\Users\nojaf\Projects\fantomas\artifacts\bin\Fantomas.Benchmarks\release\94c3c585-184c-4f7d-a1d7-6c975b7cc114
// command took 1.94 sec and exited with 0
// ***** Done, took 00:00:02 (2.94 sec) *****
// Found 1 benchmarks:
// CodePrinterTest.Format: DefaultJob
Setup power plan (GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c FriendlyName: High performance)
// **************************
// Benchmark: CodePrinterTest.Format: DefaultJob
// *** Execute ***
// Launch: 1 / 1
Did not find C:\Users\nojaf\Projects\fantomas\artifacts\bin\Fantomas.Benchmarks\release\94c3c585-184c-4f7d-a1d7-6c975b7cc114\bin\Release\net8.0\94c3c585-184c-4f7d-a1d7-6c975b7cc114.dll, but the folder contained:
94c3c585-184c-4f7d-a1d7-6c975b7cc114.dll.config
Executable C:\Users\nojaf\Projects\fantomas\artifacts\bin\Fantomas.Benchmarks\release\94c3c585-184c-4f7d-a1d7-6c975b7cc114\bin\Release\net8.0\94c3c585-184c-4f7d-a1d7-6c975b7cc114.dll not found
ExitCode != 0 and no results reported
No Workload Results were obtained from the run.
// ** Remained 0 (0.0%) benchmark(s) to run. Estimated finish 2023-11-16 16:09 (0h 0m from now) **
Successfully reverted power plan (GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c FriendlyName: High performance)
// ***** BenchmarkRunner: Finish *****
It was unable to find the right dll due to the new layout.
Am I missing some configuration? Or is this a gap and can we add support for this?