forked from TrueCloudLab/frostfs-node
[#203] node: Resolve unused vars
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
bab11492ad
commit
8908798f59
2 changed files with 0 additions and 3 deletions
|
@ -185,8 +185,6 @@ func BenchmarkGet(b *testing.B) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var obj *objectSDK.Object
|
|
||||||
|
|
||||||
func benchmarkGet(b *testing.B, numOfObj int) {
|
func benchmarkGet(b *testing.B, numOfObj int) {
|
||||||
prepareDb := func(batchSize int) (*meta.DB, []oid.Address) {
|
prepareDb := func(batchSize int) (*meta.DB, []oid.Address) {
|
||||||
db := newDB(b,
|
db := newDB(b,
|
||||||
|
|
|
@ -70,7 +70,6 @@ func (m *metricsStore) AddToPayloadSize(size int64) {
|
||||||
|
|
||||||
const physical = "phy"
|
const physical = "phy"
|
||||||
const logical = "logic"
|
const logical = "logic"
|
||||||
const readonly = "readonly"
|
|
||||||
|
|
||||||
func TestCounters(t *testing.T) {
|
func TestCounters(t *testing.T) {
|
||||||
dir := t.TempDir()
|
dir := t.TempDir()
|
||||||
|
|
Loading…
Reference in a new issue