Processing dotnet/runtime#121939 (comment) command:
Command
-amd -arm -profiler
using BenchmarkDotNet.Attributes;
public class Benchmarks
{
[Benchmark]
[Arguments("abc%20def%20ghi%20")]
public string UnescapeDataString(string input) => Uri.UnescapeDataString(input);
}
(EgorBot will reply in this issue)