We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Processing dotnet/runtime#102144 (comment) command:
using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; using System; using System.Net; public class Bench { [Benchmark] [Arguments("192.168.0.1")] [Arguments("4294967295")] [Arguments("037777777777")] [Arguments("0xff.0x7f.0x20.0x01")] [Arguments("192.168.0.0/16")] [Arguments("::192.168.0.1")] [Arguments("100:0:1:2:0:0:000:abcd")] [Arguments("Fe08::1%13542")] [Arguments("1:2:3:4:5:6:7:8::")] public bool TryParse(string s) => IPAddress.TryParse(s, out _); [Benchmark] [Arguments("http://192.168.0.1:123/foo")] [Arguments("http://[100:0:1:2:0:0:000:abcd]:123/foo")] public string UriHost(string s) => new Uri(s).Host; }
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
Amd
BenchmarkDotNet v0.14.0, Ubuntu 24.04 LTS (Noble Numbat) AMD EPYC 9R14, 1 CPU, 8 logical and 8 physical cores Job-MZWFIH : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI Job-OZJTKD : .NET 10.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI
BDN_Artifacts.zip
Sorry, something went wrong.
cc @MihaZupan (logs)
No branches or pull requests
Processing dotnet/runtime#102144 (comment) command:
Command
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: