From 0dc2425a6ce5705e00dafd0c5197d4b43903acc3 Mon Sep 17 00:00:00 2001 From: Alexey Kostin Date: Sun, 3 Mar 2019 15:46:05 +0300 Subject: [PATCH] Types --- types.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/types.go b/types.go index cad48b2..eff30c8 100644 --- a/types.go +++ b/types.go @@ -6,11 +6,11 @@ import ( ) type Params struct { - duration time.Duration - threadsCount uint64 - blocksize, objectsize uint64 - parallel bool - bs, os, cluster, user, keyring, config, pool, mode, define string + duration time.Duration + threadsCount uint64 + blocksize, objectsize uint64 + parallel bool + bs, os, cluster, user, keyring, config, pool, define, cpuprofile, memprofile string } type Cephconnection struct {