mirror of https://github.com/minio/minio.git
update dperf to calculate timing for fdatasync()/close() calls as well
This commit is contained in:
parent
b890bbfa63
commit
decfd6108c
2
go.mod
2
go.mod
|
@ -47,7 +47,7 @@ require (
|
|||
github.com/minio/cli v1.22.0
|
||||
github.com/minio/console v0.15.1
|
||||
github.com/minio/csvparser v1.0.0
|
||||
github.com/minio/dperf v0.3.2
|
||||
github.com/minio/dperf v0.3.3
|
||||
github.com/minio/highwayhash v1.0.2
|
||||
github.com/minio/kes v0.18.0
|
||||
github.com/minio/madmin-go v1.3.5
|
||||
|
|
4
go.sum
4
go.sum
|
@ -663,8 +663,8 @@ github.com/minio/console v0.15.1 h1:jZoN2N1CSIURp2IQiYkuXKKIYVNAc08KEGN1BvFnFz4=
|
|||
github.com/minio/console v0.15.1/go.mod h1:lXq74s6029eMN5NhLaubekrlzJoOSvSGTmj1zDwV3yY=
|
||||
github.com/minio/csvparser v1.0.0 h1:xJEHcYK8ZAjeW4hNV9Zu30u+/2o4UyPnYgyjWp8b7ZU=
|
||||
github.com/minio/csvparser v1.0.0/go.mod h1:lKXskSLzPgC5WQyzP7maKH7Sl1cqvANXo9YCto8zbtM=
|
||||
github.com/minio/dperf v0.3.2 h1:iKTEgXcyncohWh/tLktZ25/9CcxIJfG9pqWvSnozgCc=
|
||||
github.com/minio/dperf v0.3.2/go.mod h1:mo7rPmlIl3Bgn8CrM0Yjeu3AL3xXVd7sH7Hpj4OGK1E=
|
||||
github.com/minio/dperf v0.3.3 h1:cbKgOUrhzVGmVFXNE8H18lKx/gf+TXWUbRH9GeuyMIw=
|
||||
github.com/minio/dperf v0.3.3/go.mod h1:mo7rPmlIl3Bgn8CrM0Yjeu3AL3xXVd7sH7Hpj4OGK1E=
|
||||
github.com/minio/filepath v1.0.0 h1:fvkJu1+6X+ECRA6G3+JJETj4QeAYO9sV43I79H8ubDY=
|
||||
github.com/minio/filepath v1.0.0/go.mod h1:/nRZA2ldl5z6jT9/KQuvZcQlxZIMQoFFQPvEXx9T/Bw=
|
||||
github.com/minio/highwayhash v1.0.1/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY=
|
||||
|
|
Loading…
Reference in New Issue