You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just make my first benchmark. Unfortunatelly at the end of execution in section of Diagnostic Output - MemoryDiagnoser I've got an exception and don't know what is causing it.
Unhandled Exception: System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at BenchmarkDotNet.Diagnosers.CompositeDiagnoser.DisplayResults(ILogger logger)
at BenchmarkDotNet.Running.BenchmarkRunnerClean.PrintSummary(ILogger logger, ImmutableConfig config, Summary summary)
at BenchmarkDotNet.Running.BenchmarkRunnerClean.Run(BenchmarkRunInfo[] benchmarkRunInfos)
at BenchmarkDotNet.Running.BenchmarkSwitcher.RunWithDirtyAssemblyResolveHelper(String[] args, IConfig config, Boolean askUserForInput)
at BenchmarkDotNet.Running.BenchmarkSwitcher.Run(String[] args, IConfig config)
at Liquid.Extensions.Benchmarks.Program.Main(String[] args) in C:\Projects\timeharmony.tenant\src\!Liquid\Benchmarks\Liquid.Extensions.Benchmarks\Program.cs:line 7
The text was updated successfully, but these errors were encountered:
Is there any chance that your benchmark is throwing? If so, I think I've already solved this problem in #1903, but a new version containing the fix has not been yet published to nuget.org.
Just make my first benchmark. Unfortunatelly at the end of execution in section of
Diagnostic Output - MemoryDiagnoser
I've got an exception and don't know what is causing it.The text was updated successfully, but these errors were encountered: