Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: minio/dperf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.6
Choose a base ref
...
head repository: minio/dperf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 12 files changed
  • 4 contributors

Commits on Jun 15, 2023

  1. de-couple reads and writes

    finish writes first and then do
    reads on the same disk.
    harshavardhana committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1a666d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483e28f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    ec78863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f897f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. add --cpunode pinning flag to ensure we can pin to specific CPU node

    also upgrade all dependent packages
    harshavardhana committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c746362 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Make IOPerDrive Configurable (#7)

    Signed-off-by: Zhou Ting <[email protected]>
    moting9 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    31b8560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a687d9f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Nov 3, 2023

  1. avoid Go based io.Reader via poll.FD (#11)

    instead directly deal with 'fd's to get
    the real disk performance
    harshavardhana authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cc79779 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Dec 6, 2023

  1. move to minio/pkg/v2

    harshavardhana committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6ca64c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    45c831c View commit details
    Browse the repository at this point in the history
Loading