Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 10, 2024
2 parents d7df271 + aacd6b6 commit 5ba936b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ src/Verify.Tests/Tests.TextNegative.verified.tmp
src/Verify.Tests/NewLineTests.StringWithDifferingNewline.verified.txt
src/Verify.MSTest.Tests/Tests.AutoVerifyHasAttachment.verified.txt
src/Verify.NUnit.Tests/Tests.AutoVerifyHasAttachment.verified.txt
/src/Benchmarks/BenchmarkDotNet.Artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public async Task ReadStringBuilderWithFixedLines()
foreach (var file in files)
{
using var reader = IoHelpers.OpenRead(file);
await IoHelpers.ReadStringBuilderWithFixedLines(reader);
await reader.ReadStringBuilderWithFixedLines();
}
}
}
1 change: 1 addition & 0 deletions src/Benchmarks/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet run -c Release --filter *ReadStringBuilderWithFixedLinesBenchmarks*

0 comments on commit 5ba936b

Please sign in to comment.