-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark tests #180
Benchmark tests #180
Conversation
@CodiumAI-Agent /improve |
using BenchmarkDotNet.Attributes; | ||
using BenchmarkDotNet.Jobs; | ||
using Microsoft.CodeAnalysis; | ||
using Microsoft.CodeAnalysis.Diagnostics; | ||
using System.Collections.Immutable; | ||
using FluentAssertions.Analyzers.TestUtils; | ||
using System.Threading.Tasks; | ||
using System; | ||
using System.Collections.Generic; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Add missing using statements for BenchmarkDotNet
using BenchmarkDotNet.Attributes; | |
using BenchmarkDotNet.Jobs; | |
using Microsoft.CodeAnalysis; | |
using Microsoft.CodeAnalysis.Diagnostics; | |
using System.Collections.Immutable; | |
using FluentAssertions.Analyzers.TestUtils; | |
using System.Threading.Tasks; | |
using System; | |
using System.Collections.Generic; | |
+using BenchmarkDotNet.Attributes; | |
+using BenchmarkDotNet.Jobs; | |
+using Microsoft.CodeAnalysis; | |
+using Microsoft.CodeAnalysis.Diagnostics; | |
+using System.Collections.Immutable; | |
+using FluentAssertions.Analyzers.TestUtils; | |
+using System.Threading.Tasks; | |
+using System; | |
+using System.Collections.Generic; | |
+using BenchmarkDotNet.Exporters; | |
+using BenchmarkDotNet.Running; |
@CodiumAI-Agent /describe: |
How to use PR-Agent
|
@CodiumAI-Agent /describe |
Preparing pr description... |
8bb4a5d
to
1bb4018
Compare
No description provided.