Skip to content

Commit

Permalink
rt: add budget_forced_yield_count metric (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Mar 3, 2023
1 parent 265851a commit 3ece4ff
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 277 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rt = ["tokio"]
tokio-stream = "0.1.11"
futures-util = "0.3.19"
pin-project-lite = "0.2.7"
tokio = { version = "1.15.0", features = ["rt", "stats", "time"], optional = true }
tokio = { version = "1.26.0", features = ["rt", "stats", "time"], optional = true }

[dev-dependencies]
axum = "0.6"
Expand Down
Loading

0 comments on commit 3ece4ff

Please sign in to comment.