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

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

Issue 2525053002: [test] Add performance test for closures. (Closed)
Patch Set: Rename tests. Created 4 years 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/Closures/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 44b821f7b528993d01e9ab3b04a7b82498cb3412..8e15a194a32ade29660559b7c34b1528ad6253e5 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -76,6 +76,28 @@
]
},
{
+ "name": "Closures",
+ "path": ["Closures"],
+ "main": "run.js",
+ "resources": ["closures.js"],
+ "flags": [],
+ "results_regexp": "^%s\\-Closures\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Closures"}
+ ]
+ },
+ {
+ "name": "ClosuresMarkForTierUp",
+ "path": ["Closures"],
+ "main": "run.js",
+ "resources": ["closures.js"],
+ "flags": ["--mark_shared_functions_for_tier_up"],
+ "results_regexp": "^%s\\-Closures\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Closures"}
+ ]
+ },
+ {
"name": "Collections",
"path": ["Collections"],
"main": "run.js",
« no previous file with comments | « test/js-perf-test/Closures/run.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698