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

Side by Side Diff: test/js-perf-test/JSTests.json

Issue 2962213002: Make String16 consturctors non-inline to save binary size (150kb) (Closed)
Patch Set: tweak tests 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 unified diff | Download patch
« no previous file with comments | « test/js-perf-test/Inspector/runtime.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "JSTests", 2 "name": "JSTests",
3 "run_count": 3, 3 "run_count": 3,
4 "run_count_arm": 1, 4 "run_count_arm": 1,
5 "run_count_arm64": 1, 5 "run_count_arm64": 1,
6 "timeout": 120, 6 "timeout": 120,
7 "units": "score", 7 "units": "score",
8 "total": true, 8 "total": true,
9 "resources": ["base.js"], 9 "resources": ["base.js"],
10 "tests": [ 10 "tests": [
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 {"name": "Add"}, 503 {"name": "Add"},
504 {"name": "Sub"}, 504 {"name": "Sub"},
505 {"name": "StringConcat"}, 505 {"name": "StringConcat"},
506 {"name": "BitwiseOr"} 506 {"name": "BitwiseOr"}
507 ] 507 ]
508 }, 508 },
509 { 509 {
510 "name": "Inspector", 510 "name": "Inspector",
511 "path": ["Inspector"], 511 "path": ["Inspector"],
512 "main": "run.js", 512 "main": "run.js",
513 "resources": [ "debugger.js" ], 513 "resources": [ "debugger.js", "runtime.js" ],
514 "flags": ["--enable-inspector"], 514 "flags": ["--enable-inspector"],
515 "results_regexp": "^%s\\-Inspector\\(Score\\): (.+)$", 515 "results_regexp": "^%s\\-Inspector\\(Score\\): (.+)$",
516 "tests": [ 516 "tests": [
517 {"name": "Debugger.paused"} 517 {"name": "Debugger.paused"},
518 {"name": "Runtime.evaluate"}
kozy 2017/07/07 21:51:06 Please call it Runtime.evaluate(String16Cstor) (I
agrieve 2017/07/10 14:52:42 Done.
518 ] 519 ]
519 } 520 }
520 ] 521 ]
521 } 522 }
OLDNEW
« 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