microsoftgraph / microsoft-graph-devx-api

Services API for Graph Explorer
MIT License
88 stars 31 forks source link

[Perf] Measure if File IO improvements in .NET 6 helps in snippet generation scenario #794

Open zengin opened 2 years ago

zengin commented 2 years ago

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

baywet commented 2 years ago

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.