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

EgorBot for EgorBo in #108153 #105

Open
EgorBot opened this issue Sep 30, 2024 · 1 comment
Open

EgorBot for EgorBo in #108153 #105

EgorBot opened this issue Sep 30, 2024 · 1 comment

Comments

@EgorBot
Copy link
Owner

EgorBot commented Sep 30, 2024

Processing dotnet/runtime#108153 (comment) command:

Command

-intel

[MemoryDiagnoser]
public class Bench
{
    IList<int> list = new int[1024];

    [Benchmark]
    public int Test()
    {
        int sum = 0;
        foreach (var i in list)
            sum += i;
        return sum;
    }
}

(EgorBot will reply in this issue)

@EgorBot
Copy link
Owner Author

EgorBot commented Sep 30, 2024

❌ Failed on AzureIntel: Job failed, see logs.

cc @EgorBo (logs)

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

No branches or pull requests

1 participant