Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: minio/dperf

Tags

v0.7.1

Toggle v0.7.1's commit message
fix: add missing *WithIndex methods to run_other.go

perf.go calls runWriteTestWithIndex and runReadTestWithIndex which are
defined in run_linux.go but were missing from run_other.go, causing
build failures on non-Linux platforms (darwin, windows, etc.).

v0.7.0

Toggle v0.7.0's commit message
implement real-time UI for terminals

v0.6.3

Toggle v0.6.3's commit message
fix: mem-copy for READ benchmarks

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace rand reader (#15)

Doesn't depend on encryption performance.

v0.6.1

Toggle v0.6.1's commit message
implement a full syscall write

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove numa dependency and flag (#13)

v0.5.3

Toggle v0.5.3's commit message
move to minio/pkg/v2

v0.5.2

Toggle v0.5.2's commit message
fix: IOPerdrive to be '4' if not specified

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avoid Go based io.Reader via poll.FD (#11)

instead directly deal with 'fd's to get
the real disk performance

v0.5.0

Toggle v0.5.0's commit message
add --cpunode pinning flag to ensure we can pin to specific CPU node

also upgrade all dependent packages