Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileStream benchmarks #1633

Merged
merged 17 commits into from
Feb 2, 2021
Merged

FileStream benchmarks #1633

merged 17 commits into from
Feb 2, 2021

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    469b0ab View commit details
    Browse the repository at this point in the history
  2. use the number of returned bytes to stop the Read benchmarks when ent…

    …ire file content was read
    adamsitnik committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    fae0cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdf222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2555d5 View commit details
    Browse the repository at this point in the history
  5. rewrite the benchmarks

    adamsitnik committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0241d68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b193fce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8b84a3 View commit details
    Browse the repository at this point in the history
  8. add Seek benchmarks

    adamsitnik committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    bec3b44 View commit details
    Browse the repository at this point in the history
  9. fix an important bug

    adamsitnik committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    f1bd482 View commit details
    Browse the repository at this point in the history
  10. refactor

    adamsitnik committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    7ceb186 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    334ec61 View commit details
    Browse the repository at this point in the history
  2. address code review feedback: add benchmarks that test ReadAsync and …

    …WriteAsync that accepts a Memory
    adamsitnik committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    139e806 View commit details
    Browse the repository at this point in the history
  3. remove the "WithCancellationToken" benchmarks as the Memory benchmark…

    …s already test CancellationTokens
    adamsitnik committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    39f6a6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0cf969 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    29fe931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e037664 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    59e549c View commit details
    Browse the repository at this point in the history