> Only remaining part is getting timing data fo...
# development
h
Only remaining part is getting timing data for local execution..which I imagine there's a tokio way to do
Would I use
std::time::Instant
for this, put one before the await block and right after?