Skip to content

Commit 8f9ed63

Browse files
authored
Revert "Disable PerfFileStream while we wait for dotnet/runtime#67545 to be fixed. (#2371)" (#2381)
- Depends on dotnet/runtime#68171 - This reverts commit d8f1c47 from PR #2371
1 parent 44af897 commit 8f9ed63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/benchmarks/micro/libraries/System.IO.FileSystem/Perf.FileStream.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace System.IO.Tests
1414
{
1515
[BenchmarkCategory(Categories.Libraries)]
16-
[OperatingSystemsFilter(allowed: true, OS.Windows)]
1716
public class Perf_FileStream
1817
{
1918
private const int OneKibibyte = 1 << 10; // 1024

0 commit comments

Comments
 (0)