Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: test/js-perf-test/JSTests.json

Issue 2374393002: [test] Reduce time spent on js-perf tests and fix timeouts. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index f58ceeb796ac4177fe004675d58011683bf25a2e..a88746b10c1e563cd438677ab1f239f2dc0b8bd5 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -1,8 +1,8 @@
{
"name": "JSTests",
- "run_count": 5,
- "run_count_android_arm": 3,
- "run_count_android_arm64": 3,
+ "run_count": 3,
+ "run_count_android_arm": 1,
+ "run_count_android_arm64": 1,
"timeout": 120,
"units": "score",
"total": true,
@@ -45,7 +45,6 @@
"path": ["RestParameters"],
"main": "run.js",
"resources": ["rest.js"],
- "run_count": 5,
"units": "score",
"results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
"tests": [
@@ -57,7 +56,6 @@
"path": ["SpreadCalls"],
"main": "run.js",
"resources": ["spreadcalls.js"],
- "run_count": 5,
"units": "score",
"results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
"tests": [
@@ -119,6 +117,8 @@
"main": "run.js",
"resources": ["harmony-string.js"],
"results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
+ "run_count": 1,
+ "timeout": 240,
"tests": [
{"name": "StringFunctions"}
]
@@ -146,7 +146,6 @@
"path": ["Templates"],
"main": "run.js",
"resources": ["templates.js"],
- "run_count": 5,
"units": "score",
"results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
"total": true,
@@ -201,9 +200,6 @@
"main": "run.js",
"resources": ["keys.js"],
"results_regexp": "^%s\\-Keys\\(Score\\): (.+)$",
- "run_count": 3,
- "run_count_android_arm": 2,
- "run_count_android_arm64": 2,
"tests": [
{"name": "Object.keys()"},
{"name": "for-in"},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698