Skip to content

Conversation

@EgorBo
Copy link
Member

@EgorBo EgorBo commented Nov 24, 2025

let's check the diffs

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 24, 2025
@EgorBo
Copy link
Member Author

EgorBo commented Nov 24, 2025

@MihuBot

@EgorBo
Copy link
Member Author

EgorBo commented Nov 25, 2025

@EgorBot -amd -arm -intel --filter "System.Tests.Perf_Uri.*"

@EgorBo
Copy link
Member Author

EgorBo commented Nov 25, 2025

@EgorBot -amd -arm -profiler

using BenchmarkDotNet.Attributes;

public class Benchmarks
{
    [Benchmark]
    [Arguments("abc%20def%20ghi%20")]
    public string UnescapeDataString(string input) => Uri.UnescapeDataString(input);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant