-
Couldn't load subscription status.
- Fork 1
Open
Description
Processing dotnet/runtime#121055 (comment) command:
Command
-amd -intel -arm
using System;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssembly(typeof(Benchmarks).Assembly).Run(args);
public class Benchmarks
{
[Benchmark]
[Arguments("1.2")]
[Arguments("123.123.123.123")]
public Version Parse(string s) => Version.Parse(s);
}(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels