benchmarks: do not set done to true when HistogramFuture#get

This commit is contained in:
Kenji Kaneda 2017-01-09 11:22:01 -08:00 committed by Carl Mastrangelo
parent 7fbee39c3a
commit fed9be28ca
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ public class AsyncClient {
throw new CancellationException();
}
done = true;
return histogram;
}