mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
Merge pull request #34103 from yanghonggang/perf-msgr-client
test/msgr/perf_msgr_client.cc: fix misleading total op num Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
3a638841f9
@ -214,7 +214,8 @@ int main(int argc, char **argv)
|
||||
uint64_t start = Cycles::rdtsc();
|
||||
client.start();
|
||||
uint64_t stop = Cycles::rdtsc();
|
||||
cerr << " Total op " << ios << " run time " << Cycles::to_microseconds(stop - start) << "us." << std::endl;
|
||||
cerr << " Total op " << (ios * numjobs) << " run time "
|
||||
<< Cycles::to_microseconds(stop - start) << "us." << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user