using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
Finally, to compile the application and execute the benchmarks, run the following command in the console.
dotnet run -p SplitStringsPerformanceBenchmarkDemo.csproj -c Release
Figure 2 shows the results of the executed benchmarks.
IDG
As you can see from the benchmarking results in Figure 2, the ReadOnlySpan
The ReadOnlySpan