microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
[Perf] Measure if File IO improvements in .NET 6 helps in snippet generation scenario
https://devblogs.microsoft.com/dotnet/announcing-net-6/#file-io-improvements
Remeasure the comparison mentioned below.
Originally posted by @zengin in https://github.com/microsoftgraph/microsoft-graph-devx-api/pull/326#r497705821
cc: @baywet
In areas where the iops are wrapped in a parallel for each or a for each we should also switch to parallel for each async for completeness.