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

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

Issue 2962213002: Make String16 consturctors non-inline to save binary size (150kb) (Closed)
Patch Set: test onliy Created 3 years, 5 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/Inspector/runtime.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 1b0a35d4d6e55406b0667851280e24dfaac4cecc..b8bad6b44cd8d01128b44f5ac3b5599f95eced93 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -510,11 +510,12 @@
"name": "Inspector",
"path": ["Inspector"],
"main": "run.js",
- "resources": [ "debugger.js" ],
+ "resources": [ "debugger.js", "runtime.js" ],
"flags": ["--enable-inspector"],
"results_regexp": "^%s\\-Inspector\\(Score\\): (.+)$",
"tests": [
- {"name": "Debugger.paused"}
+ {"name": "Debugger.paused"},
+ {"name": "Runtime.evaluate(String16Cstor)"}
]
}
]
« no previous file with comments | « test/js-perf-test/Inspector/runtime.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698