Skip to content

Commit

Permalink
Actually run the benchmarks this time!
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Aug 19, 2024
1 parent 35534cf commit 32e6ef6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
using Intellenum;
using NetEscapades.EnumGenerators;

// BenchmarkRunner.Run([
// // typeof(FromValueBenchmarks),
// typeof(FromNameBenchmarks),
// typeof(ToStringBenchmarks),
// // typeof(GetHashCodeBenchmarks),
// // typeof(IsDefinedBenchmarks),
// // typeof(AccessingValuesBenchmarks)
// ]);
BenchmarkRunner.Run([
// typeof(FromValueBenchmarks),
typeof(FromNameBenchmarks),
typeof(ToStringBenchmarks),
// typeof(GetHashCodeBenchmarks),
// typeof(IsDefinedBenchmarks),
// typeof(AccessingValuesBenchmarks)
]);

Combiner.CombineResults();

Expand Down

0 comments on commit 32e6ef6

Please sign in to comment.