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

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

Issue 2526163003: Revert of [test] Add performance test for closures. (Closed)
Patch Set: Created 4 years, 1 month 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 2d587965bd7b9b3715ad4fc4f5182f606022bae3..44b821f7b528993d01e9ab3b04a7b82498cb3412 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -73,28 +73,6 @@
"tests": [
{"name": "Super"},
{"name": "DefaultConstructor"}
- ]
- },
- {
- "name": "Closures",
- "path": ["Closures"],
- "main": "run.js",
- "resources": ["closures.js"],
- "flags": [],
- "results_regexp": "^Closures\\-Closures\\(Score\\): (.+)$",
- "tests": [
- {"name": "Closures"}
- ]
- },
- {
- "name": "Closures",
- "path": ["Closures"],
- "main": "run.js",
- "resources": ["closures.js"],
- "flags": ["--mark_shared_functions_for_tier_up"],
- "results_regexp": "^Closures\\-Closures\\(Score\\): (.+)$",
- "tests": [
- {"name": "Closures"}
]
},
{
« 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