Skip to content

Commit f8a065b

Browse files
author
Guang Yang
committed
Increase benchmark iters for Android jobs
1 parent 0a8e007 commit f8a065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected void onCreate(Bundle savedInstanceState) {
4242
.findFirst()
4343
.get();
4444

45-
int numIter = intent.getIntExtra("num_iter", 50);
45+
int numIter = intent.getIntExtra("num_iter", 1000);
4646

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

0 commit comments

Comments
 (0)