roc-lang / rbt

Roc Build Tool
Universal Permissive License v1.0
49 stars 5 forks source link

set up tokio-console to measure if we're using async effectively #84

Open BrianHicks opened 1 year ago

BrianHicks commented 1 year ago

https://github.com/tokio-rs/console should be a useful tool for us to figure out if rbt is performing well after merging https://github.com/roc-lang/rbt/pull/82. Let's set it up and see if it can give us insight into how well the system is working!