Skip to content

Commit

Permalink
Disable PerfFileStream while we wait for dotnet/runtime#67545 to be f…
Browse files Browse the repository at this point in the history
…ixed. (#2371)

Should mitigate issue #2366
  • Loading branch information
LoopedBard3 authored Apr 13, 2022
1 parent 2b90a3b commit d8f1c47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
namespace System.IO.Tests
{
[BenchmarkCategory(Categories.Libraries)]
[OperatingSystemsFilter(allowed: true, OS.Windows)]
public class Perf_FileStream
{
private const int OneKibibyte = 1 << 10; // 1024
Expand Down

0 comments on commit d8f1c47

Please sign in to comment.