Skip to content

Commit

Permalink
tokio: the test-util feature depends on rt, sync, and time (#4036)
Browse files Browse the repository at this point in the history
Fixes #4035
  • Loading branch information
asomers committed Aug 12, 2021
1 parent 1e95d69 commit 032c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ signal = [
"winapi/consoleapi",
]
sync = []
test-util = []
test-util = ["rt", "sync", "time"]
time = []

[dependencies]
Expand Down

1 comment on commit 032c55e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'sync_mpsc'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 032c55e Previous: 1e95d69 Ratio
send_large 63463 ns/iter (± 7719) 29891 ns/iter (± 293) 2.12

This comment was automatically generated by workflow using github-action-benchmark.

CC: @tokio-rs/maintainers

Please sign in to comment.