Skip to content
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

Merged
merged 20 commits into from Nov 7, 2023
Merged

Benchmark tests #180

merged 20 commits into from Nov 7, 2023

Conversation

Meir017
Copy link
Member

@Meir017 Meir017 commented May 28, 2023

No description provided.

@Meir017 Meir017 marked this pull request as ready for review May 28, 2023 16:29
@Meir017
Copy link
Member Author

Meir017 commented Jul 26, 2023

@CodiumAI-Agent /improve

Comment on lines +1 to +9
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;

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

Suggested change
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;

@Meir017
Copy link
Member Author

Meir017 commented Jul 26, 2023

@CodiumAI-Agent /describe:

@CodiumAI-Agent
Copy link

How to use PR-Agent

Tag me in a comment '@CodiumAI-Agent' and add one of the following commands:
/review [-i]: Request a review of your Pull Request. For an incremental review, which only considers changes since the last review, include the '-i' option.
/describe: Modify the PR title and description based on the contents of the PR.
/improve: Suggest improvements to the code in the PR. These will be provided as pull request comments, ready to commit.
/ask <QUESTION>: Pose a question about the PR.

@Meir017
Copy link
Member Author

Meir017 commented Jul 26, 2023

@CodiumAI-Agent /describe

@CodiumAI-Agent
Copy link

Preparing pr description...

@Meir017 Meir017 merged commit 3d49dce into main Nov 7, 2023
7 checks passed
@Meir017 Meir017 deleted the benchmark-tests branch November 7, 2023 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants