You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be good to get some basic benchmarking down so we can track things over time. This would be great to do before we switch to something like Axum, should we choose to do so. Shouldn't take took long.
The Rust Performance Book is a good spot to start. criterion is probably the way to go, since it's very widely supported, a little more feature filled if we need it going forward. Rust's built-in benchmarking relies on nightly.
The text was updated successfully, but these errors were encountered:
Would be good to get some basic benchmarking down so we can track things over time. This would be great to do before we switch to something like Axum, should we choose to do so. Shouldn't take took long.
The Rust Performance Book is a good spot to start. criterion is probably the way to go, since it's very widely supported, a little more feature filled if we need it going forward. Rust's built-in benchmarking relies on nightly.
The text was updated successfully, but these errors were encountered: