-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels