master
Alexey Kostin 2019-03-03 15:46:05 +03:00
parent 463c278610
commit 0dc2425a6c
1 changed files with 5 additions and 5 deletions

View File

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