Skip to content

Commit

Permalink
chore: enable syntax highlighting for toml in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and udoprog committed May 9, 2021
1 parent 17c7ce6 commit 312321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A basic TCP echo server with Tokio.

Make sure you activated the full features of the tokio crate on Cargo.toml:

```text
```toml
[dependencies]
tokio = { version = "1.5.0", features = ["full"] }
```
Expand Down

1 comment on commit 312321c

@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: 312321c Previous: 17c7ce6 Ratio
send_large 59495 ns/iter (± 7675) 28907 ns/iter (± 872) 2.06

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

CC: @tokio-rs/maintainers

Please sign in to comment.