Skip to content

Benchmarks for #120685 (EgorBo) #521

@EgorBot

Description

@EgorBot

Processing dotnet/runtime#120685 (comment) command:

Command

-amd -arm --envvars DOTNET_SYSTEM_GLOBALIZATION_INVARIANT:1

using BenchmarkDotNet.Attributes;

public class Benchmarks
{
    [Benchmark]
    [Arguments(".NET Runtime uses third-party libraries or other " +
               "resources that may be distributed under licenses " +
               "different than the .NET Runtime software.")]

    [Arguments("runtime uses third-party libraries or other " +
               "resources that may be distributed under licenses")]

    [Arguments("runtime")]
    public string ToLower(string data) => data.ToLowerInvariant();
}

(EgorBot will reply in this issue)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions