Skip to content

Commit

Permalink
replaced the missed set() call
Browse files Browse the repository at this point in the history
Signed-off-by: Ravi Kumar <kumarravi1165@gmail.com>
  • Loading branch information
rk1165 committed Dec 18, 2020
1 parent 69a2558 commit be8d57e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public void run()
long queueLatency = System.nanoTime() - begin;
queueStats.decrement();
threadStats.increment();
queueLatencyStats.set(queueLatency);
queueLatencyStats.record(queueLatency);
long start = System.nanoTime();
try
{
Expand Down

0 comments on commit be8d57e

Please sign in to comment.