Skip to content

Commit

Permalink
Suggest error lens extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGarus committed Sep 30, 2023
1 parent 9e20c6d commit 5d28971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rust-lang.rust-analyzer",
"serayuzgur.crates",
"tamasfe.even-better-toml",
"vadimcn.vscode-lldb"
"vadimcn.vscode-lldb",
"usernamehw.errorlens"
]
}

2 comments on commit 5d28971

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 5d28971 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: 5d28971 Previous: 425daf2 Ratio
Time: Compiler/hello_world 39420267 ns/iter (± 331488) 17653887 ns/iter (± 482024) 2.23
Time: Compiler/fibonacci 695963775 ns/iter (± 2840179) 167509297 ns/iter (± 642630) 4.15
Time: VM Runtime/hello_world 60951 ns/iter (± 2647) 50300 ns/iter (± 4205) 1.21

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

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 5d28971 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: 5d28971 Previous: 425daf2 Ratio
Time: Compiler/hello_world 39420267 ns/iter (± 331488) 17653887 ns/iter (± 482024) 2.23
Time: Compiler/fibonacci 695963775 ns/iter (± 2840179) 167509297 ns/iter (± 642630) 4.15

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

Please sign in to comment.