Measuring the actual future execution time in Tokio (work.yba.dev)
from snaggen@programming.dev to rust@programming.dev on 10 Sep 2023 17:25 +0000
https://programming.dev/post/2817143

TL;DR - Use std::slice::Chunks when you’d like to measure a slightly more accurate execution time of each future in a big batch of futures.

#rust