Benchmarks for .NET Full with issues
E.g. from run https://dev.azure.com/gh-gfoidl/github-Projects/_build/results?buildId=902&view=results
BenchmarkDotNet=v0.12.0, OS=Windows 10.0.17763.1039 (1809/October2018Update/Redstone5), VM=Hyper-V
Intel Xeon CPU E5-2673 v3 2.40GHz, 1 CPU, 2 logical and 2 physical cores
[Host] : .NET Framework 4.8 (4.8.3928.0), X64 RyuJIT
| Method | DataLen | Mean | Error | Ratio | RatioSD |
|---|---|---|---|---|---|
| BuffersBase64 | 5 | NA | NA | ? | ? |
| gfoidlBase64 | 5 | NA | NA | ? | ? |
| BuffersBase64 | 16 | NA | NA | ? | ? |
| gfoidlBase64 | 16 | NA | NA | ? | ? |
| BuffersBase64 | 1000 | NA | NA | ? | ? |
| gfoidlBase64 | 1000 | NA | NA | ? | ? |
Benchmarks with issues: EncodeUtf8Benchmark.BuffersBase64: DefaultJob [DataLen=5] EncodeUtf8Benchmark.gfoidlBase64: DefaultJob [DataLen=5] EncodeUtf8Benchmark.BuffersBase64: DefaultJob [DataLen=16] EncodeUtf8Benchmark.gfoidlBase64: DefaultJob [DataLen=16] EncodeUtf8Benchmark.BuffersBase64: DefaultJob [DataLen=1000] EncodeUtf8Benchmark.gfoidlBase64: DefaultJob [DataLen=1000]
Raw log is attached. raw_log.log
Root problem seems to be https://github.com/dotnet/BenchmarkDotNet/issues/1136
Not relevant for v2.x. Closing.