WolfDK
Issues running BenchmarkDotNet fron NUnit test
From the testlog, it does not appear that my ´ExcludeAssembliesFilter ´ does the expected action of excluding my Uno Platform project from the code generated by BenchmarkDotNet. I highly suspect it is the inclusion of Uno Platform in the code generated by BenchmarkDotNet that is messing it up...
As i have no previous experience using BenchmarkDotNet, i have used Copilot to generate most of the code for this benchmarking, so it might also have some faults because of that...
The
AppliedKeywordServiceBenchmarks
class can be view in full here: https://github.com/NoergaardMikkelsen/gaio/blob/benchmark/Statistics.Tests/Services/Benchmark/AppliedKeywordServiceBenchmarks.cs3 replies