You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-intel -commit e1851a5 vs previous --envvars DOTNET_JitDisasm:CtorBench
using System;using BenchmarkDotNet.Attributes;using System.Collections.Generic;publicclassPerf_Uri{publicstaticIEnumerable<object[]>Ctor_MemberData(){yieldreturn["https://a.much.longer.domain.name"];}[Benchmark][ArgumentsSource(nameof(Ctor_MemberData))]public Uri CtorBench(stringinput)=>new Uri(input);}
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
Processing dotnet/runtime#107305 (comment) command:
Command
-intel -commit e1851a5 vs previous --envvars DOTNET_JitDisasm:CtorBench
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: