File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -256,15 +256,10 @@ public unsafe void SIMDUtf8ValidationRealDataAvx512()
256
256
}
257
257
public class Program
258
258
{
259
- // TODO: adopt BenchmarkSwitcher https://benchmarkdotnet.org/articles/guides/how-to-run.html
260
- /*public static void Main(string[] args)
261
- {
262
- var config = DefaultConfig.Instance.WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(100));
263
- BenchmarkRunner.Run<RealDataBenchmark>(config);
264
- }*/
265
- static void Main ( string [ ] args ) => BenchmarkSwitcher . FromAssembly ( typeof ( Program ) . Assembly ) . Run ( args ) ;
259
+ static void Main ( string [ ] args ) => BenchmarkSwitcher . FromAssembly ( typeof ( Program ) . Assembly ) . Run ( args , DefaultConfig . Instance
260
+ . WithSummaryStyle ( SummaryStyle . Default . WithMaxParameterColumnWidth ( 100 ) ) ) ;
266
261
267
262
268
263
}
269
264
270
- }
265
+ }
You can’t perform that action at this time.
0 commit comments