aboutsummaryrefslogtreecommitdiff
path: root/weed/command/benchmark.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-05-10 03:50:30 -0700
committerChris Lu <chris.lu@gmail.com>2020-05-10 03:50:30 -0700
commit39e72fb23ca0d23cc563da50746c7a717bfa01e6 (patch)
treee5d4e94cd94f166dcf77ddcb3d332acdd8c916fa /weed/command/benchmark.go
parent6bf3eb69cb9abd02e1d63ecdee485d198a3cab9a (diff)
downloadseaweedfs-39e72fb23ca0d23cc563da50746c7a717bfa01e6.tar.xz
seaweedfs-39e72fb23ca0d23cc563da50746c7a717bfa01e6.zip
go fmt
Diffstat (limited to 'weed/command/benchmark.go')
-rw-r--r--weed/command/benchmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/benchmark.go b/weed/command/benchmark.go
index 5b2e31622..ee21914b3 100644
--- a/weed/command/benchmark.go
+++ b/weed/command/benchmark.go
@@ -232,7 +232,7 @@ func writeFiles(idChan chan int, fileIdLineChan chan string, s *stat) {
Reader: &FakeReader{id: uint64(id), size: fileSize, random: random},
FileSize: fileSize,
MimeType: "image/bench", // prevent gzip benchmark content
- Fsync: *b.fsync,
+ Fsync: *b.fsync,
}
ar := &operation.VolumeAssignRequest{
Count: 1,