Base64 icon indicating copy to clipboard operation
Base64 copied to clipboard

Benchmarks for .NET Full with issues

Open gfoidl opened this issue 5 years ago • 2 comments

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]

gfoidl avatar Mar 24 '20 10:03 gfoidl

Raw log is attached. raw_log.log

gfoidl avatar Mar 24 '20 10:03 gfoidl

Root problem seems to be https://github.com/dotnet/BenchmarkDotNet/issues/1136

gfoidl avatar Mar 24 '20 22:03 gfoidl

Not relevant for v2.x. Closing.

gfoidl avatar Sep 30 '22 19:09 gfoidl