Michał Petryka
Michał Petryka
Could you add support for Dictionaries?
BenchmarkDotNet 0.13.1.1835 from the nightlies currently errors out when DisassemblyDiagnoser is used with a NativeAOT job with this exception: ``` Failed to disassemble with following exception: Sequence contains no elements....
Defaulting to current machines features, introduced in #1994, doesn't seem reasonable to me, since a developer would likely never distribute such build to customers, ignoring servers with known hardware. As...
Opening as per https://github.com/dotnet/BenchmarkDotNet/issues/2000#issuecomment-1203883513. My configuration is: Kubuntu 20.04 and the provided commands return: ``` xterm-256color pl_PL.UTF-8 ``` (the middle ones don't return anything)
BDN 0.13.1.1835 from nightlies is supposed to run NativeAOT with current machines CPU features, yet with a .Net Framework host on an AVX2 machine I got: ``` // Runtime=.NET 7.0.0-rc.1.22401.2,...
BenchmarkDotNet seems to have no easy way to run using the dotnet/runtime Mono JIT, which would be useful for comparing it against CoreCLR. This can be achieved with `UseMonoRuntime` property...
BenchmarkDotNet 0.13.1.1835 from nightlies when running a .Net Framework 4.8 host failed to disassemble 1 out of 14 benchmarks with: ``` Failed to disassemble with following exception: Sequence contains no...
Currently, there is no official (but there have been attempts it seems, looking at #1838 and #759) way to use BenchmarkDotNet under Unity nor to benchmark code running under Unity....
I've noticed that since some time, the issuetracker for Unity Engine is being blocked. Example link: https://issuetracker.unity3d.com/issues/unitywebrequest-fails-to-verify-certificate-when-lets-encrypt-authority-x1-certificate-is-present-in-system-trust-store
### Describe the bug Running `dotnet test` with the `--runtime` parameter results in the `warning NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.` warning. Doing...