Skip to content

Commit

Permalink
Set sensible measure and warmup params for ManyLocalVarsBenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 26, 2024
1 parent 5f79c1a commit bbf1464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class ManyLocalVarsBenchmark {
* Total count of local variables in the `main` method. Every variable is defined on
* a new line.
*/
private static final int IDENTIFIERS_CNT = 10;
private static final int IDENTIFIERS_CNT = 40;
private Context context;
private Compiler compiler;
private Module module;
Expand Down

0 comments on commit bbf1464

Please sign in to comment.