-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Processing dotnet/runtime#119599 (comment) command:
Command
-intel
using BenchmarkDotNet.Attributes;
using System.Text;
public class Bench
{
StringBuilder sb = new StringBuilder(100);
[IterationSetup]
public void IterationSetup() => sb.Clear();
[Benchmark]
public void AppendFormatSimple() => sb.AppendFormat("{0}{1}{2}", 2, 3, 4);
}(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels