Skip to content

Commit f17f2dc

Browse files
committed
try add benchmarks
1 parent c3799bd commit f17f2dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Hexecs.Benchmarks/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using BenchmarkDotNet.Running;
22
using Hexecs.Benchmarks.Actors;
33

4-
BenchmarkRunner.Run<UpdateSystemWithParallelWorkerBenchmark>();
4+
//BenchmarkRunner.Run<UpdateSystemWithParallelWorkerBenchmark>();
5+
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);

0 commit comments

Comments
 (0)