1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 14:51:13 +00:00

Test:bencher ops counter doesn't increase

Signed-off-by: Tao Chang <changtao@hihuron.com>
This commit is contained in:
changtao 2015-11-28 01:40:46 +08:00
parent 56da106540
commit 574e3193a8

View File

@ -195,7 +195,8 @@ void Bencher::run_bench()
default: {
assert(0);
}
}
}
ops++;
}
drain_ops();
}