There were benchmarks and a discussion on this on reddit recently comparing goroutines to tokio.
If I recall correctly tokio was slower than goroutines but if you set the right settings it could be almost as fast.
https://www.reddit.com/r/rust/comments/lg0a7b/benchmarking_t...