Adam Sitnik

Results 34 issues of Adam Sitnik

`Math.Atan2(float, float)` has become 20% slower compared to 5.0. **This regression is specific to `macOS`, other configs are not affected.** ## Repro ```cmd git clone https://github.com/dotnet/performance.git python3 ./performance/scripts/benchmarks_ci.py -f net5.0...

area-System.Runtime
os-mac-os-x
tenet-performance
arch-x64

We want to be able to run thousands of benchmarks on powerful CI machines (64 cores+), it would be great to run the benchmarks in parallel. This should not be...

enhancement
Area:Engine
Area:Toolchains

@AndreyAkinshin we currently have zero warnings (after #1896). I think that we should consider setting `TreatWarningsAsErrors` to true to prevent from new code issues being added. What do you think?

In #1542 @ronbrogan has reported a very unusual bug - a code that was CPU bound and not allocating at all was reporting allocations for .NET Core 3.1 (it works...

Area:Diagnosers

I would like to start a discussion, it is not a complete vision yet. Problem: in terms of Continuous Integration the software performance is usually ignored, or in best case...

enhancement

Sample: ```cmd dotnet run -c Release -f net5.0 --filter *Basic* --justBuild true ``` ```log // start dotnet build -c Release --no-restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true in D:\projects\BenchmarkDotNet\samples\BenchmarkDotNet.Samples\bin\Release\net5.0\DefaultJob Microsoft (R)...

Area:Toolchains

From the .NET Team perspective we quite often hit some build-related issues that require us to change BDN source code and update to latest version. This is especially painful with...

The `Job` and `Toolchain` columns are redundant, `Runtime` is all we need: ![obraz](https://user-images.githubusercontent.com/6011991/99952390-defab180-2d7f-11eb-851c-ffef6fbb0647.png) I see this very often when our users are presenting BDN results at conferences|meetups etc The `Job`...

up-for-grabs
good first issue

I just wanted to make context menu working for Flame Graph to make it possible to use all the nice features of PerfView directly from the Flame Graph tab. But...

Hello everyone! I was recently wondering how I could reduce the time it takes to run all dotnet/runtime unit tests. I've done some profiling and realized, that for many CPU-bound...

type: Feature
area: Core framework