diff --git a/doc/resource/get_value.cpp b/doc/resource/get_value.cpp index bd47eeaba319f0c78700ab53ac8bb575f440f559..f7dd7411fc064baad965d71b1dd4225a8235245c 100644 --- a/doc/resource/get_value.cpp +++ b/doc/resource/get_value.cpp @@ -102,6 +102,7 @@ void thread_worker(int thread_id) times_us[thread_id] += std::chrono::duration_cast(stop2 - start2).count(); } + // Per-thread statistics std::cout << total_request_num << " requests, " << batch_size << " keys per req, total time us = " << times_us[thread_id] <