Skip to content

Commit

Permalink
chore(rt): delete the unnessary symbol in the comments (#3753)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean McArthur <[email protected]>
  • Loading branch information
hongmengning and seanmonstar committed Sep 12, 2024
1 parent e844616 commit 945c142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
//! self.project().inner.as_mut().reset(deadline.into());
//! }
//! }
//! ````
//! ```

use std::{
any::TypeId,
Expand Down

1 comment on commit 945c142

@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 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 945c142 Previous: e844616 Ratio
http2_parallel_x10_req_10kb_100_chunks_adaptive_window 16817047 ns/iter (± 17659496.98) 7883838 ns/iter (± 183675.33) 2.13

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

Please sign in to comment.