Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGarus committed Sep 30, 2023
1 parent 5d28971 commit caff6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/frontend/src/mir_optimize/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use super::pure::PurenessInsights;
use crate::mir::{Body, Expression, Id, VisibleExpressions};
use rustc_hash::FxHashSet;
use std::mem;
use tracing::info;

impl Expression {
/// All IDs defined inside this expression. For all expressions except
Expand Down

2 comments on commit caff6d5

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on caff6d5 Sep 30, 2023

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: caff6d5 Previous: 425daf2 Ratio
Time: Compiler/hello_world 39643521 ns/iter (± 1206918) 17653887 ns/iter (± 482024) 2.25
Time: Compiler/fibonacci 681666209 ns/iter (± 9667393) 167509297 ns/iter (± 642630) 4.07
Time: VM Runtime/hello_world 61703 ns/iter (± 5098) 50300 ns/iter (± 4205) 1.23

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

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on caff6d5 Sep 30, 2023

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

Benchmark suite Current: caff6d5 Previous: 425daf2 Ratio
Time: Compiler/hello_world 39643521 ns/iter (± 1206918) 17653887 ns/iter (± 482024) 2.25
Time: Compiler/fibonacci 681666209 ns/iter (± 9667393) 167509297 ns/iter (± 642630) 4.07

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

Please sign in to comment.