Skip to content

Commit

Permalink
Increase benchmark iters for Android jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guang Yang committed Oct 17, 2024
1 parent 065d480 commit 7723492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected void onCreate(Bundle savedInstanceState) {
.findFirst()
.get();

int numIter = intent.getIntExtra("num_iter", 50);
int numIter = intent.getIntExtra("num_iter", 2000);

// TODO: Format the string with a parsable format
Stats stats = new Stats();
Expand Down

0 comments on commit 7723492

Please sign in to comment.