update dperf to calculate timing for fdatasync()/close() calls as well

This commit is contained in:
Harshavardhana 2022-03-09 13:47:44 -08:00
parent b890bbfa63
commit decfd6108c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -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
View File

@ -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=