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: redorca/diskspd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: microsoft/diskspd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 41 files changed
  • 4 contributors

Commits on Jun 13, 2024

  1. DISKSPD 2.2 (microsoft#209)

    * add sorted data to Historgram (microsoft#197)
    
    Co-authored-by: Feng Li <[email protected]>
    
    * multiple updates from msft internal
    2.1.2 prerelease
    
    flush stdout to force XML/text results through prior to process exit
    fix issues identified by vs2019 build loop - 64->32 downcast, minor printf issues, _snprintf -> _snprintf_s
    timestamp prefixes for all verbose output
    dump specific time intervals for warmup/measured/cooldown to validate v. expected @ actual time of use/measurement
    only emit warmup/cooldown verbose output notes if there is nonzero warmup/cooldown specified in the profile
    minor cleanup of load thread verbose output so that everything has a consistent thread N: prefix
    histogram processing speedups, about 60% for XML (all percentiles)
    implicitly seal/sort histogram on first read operation, reset on subsequent inserts; save repeated re-sorting
    save histogram percentile iterator so that asecending percentile queries do not restart from lowest sample
    min/max in terms of begin/rbegin iterator
    show latency histogram bucket counts in XML results; potential work to moderate histogram size
    unit test coverage
    
    * DISKSPD 2.2
    
    ---------
    
    Co-authored-by: FengLiMS <[email protected]>
    Co-authored-by: Feng Li <[email protected]>
    Co-authored-by: Dan Lovinger <[email protected]>
    4 people authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2ac91a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update README.md

    Fix typo in 2.2 relnote
    dl2n authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c361eed View commit details
    Browse the repository at this point in the history
Loading