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

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

Issue 2680153005: [builtins] Array.prototype.filter implemented as a TurboFan code stub. (Closed)
Patch Set: Code comments. Created 3 years, 9 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 | « test/js-perf-test/Array/run.js ('k') | 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 5ee2b0268735681cb795c765f66fc743cf34c10e..a01033d42e8e5d99af8274a42bb2909cecfd36f7 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -327,6 +327,18 @@
"test_flags": ["sort"]
}
]
+ },
+ {
+ "name": "Arrays",
Michael Achenbach 2017/03/22 08:52:58 The folder was called Array. This fails now on bot
+ "path": ["Arrays"],
+ "main": "run.js",
+ "resources": [
+ "filter.js"
+ ],
+ "results_regexp": "^Arrays\\-%s\\(Scope\\): (.+)$",
+ "tests": [
+ {"name": "Filter"}
+ ]
}
]
}
« no previous file with comments | « test/js-perf-test/Array/run.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698