Skip to content

Commit

Permalink
[dart/vm] Reduce trip count of osr test
Browse files Browse the repository at this point in the history
Rationale:
Test was borderline timeout. The reduced tripcount
still triggers OSR consistently, but runs a lot faster.

#36421
#36218
#36214

Change-Id: I60917bb6bdd51dee6bd11d1fe5beede4753c2147
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/99783
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Aart Bik <ajcbik@google.com>
  • Loading branch information
aartbik authored and commit-bot@chromium.org committed Apr 18, 2019
1 parent 503e209 commit 3cf3e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/language_2/vm/osr_nonempty_stack_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ List<int> test5(int m, int n) {
}

main() {
int n = 100000;
int n = 20000;
int g = 457;

var a = test1(n);
Expand Down

0 comments on commit 3cf3e4e

Please sign in to comment.