-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add OpenClose and OpenCloseAsync benchmarks * use the number of returned bytes to stop the Read benchmarks when entire file content was read * add CopyToFile benchmarks (the exisitng CopyTo benchmark writes to Stream.Null) * add Lock and Unlock benchmarks * add Seek benchmarks * address code review feedback: use powers of 2 * address code review feedback: add benchmarks that test ReadAsync and WriteAsync that accepts a Memory * make sure the LockUnlock benchmark does not crash on OSX * address code review feedback and add benchmark for Flush and FlushAsync
- Loading branch information
1 parent
95e0945
commit 358051e
Showing
1 changed file
with
228 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters