Skip to content

Commit

Permalink
#228 - Introduce benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sys27 committed Jul 24, 2019
1 parent c9ea0e1 commit 6c37da4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xFunc.Benchmark/Benchmarks/LexerBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ public class LexerBenchmark

private ILexer lexer;

<<<<<<< HEAD
[Params(10, 100, 1000)]
=======
[Params(10, 100)]
>>>>>>> #228 - Introduce benchmark
public int Iterations;

[GlobalSetup]
Expand Down

0 comments on commit 6c37da4

Please sign in to comment.