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

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

Issue 2532013003: [js-perf-test] Fix JSON syntax for RegExp tests (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 | « no previous file | test/js-perf-test/RegExp/RegExpTests.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/RegExp.json
diff --git a/test/js-perf-test/RegExp.json b/test/js-perf-test/RegExp.json
index c8ce3b51355951cbe05db356013291354edbdec4..0b3a1275a1fe7d3d5552d1c59c5016547f6ed3f5 100644
--- a/test/js-perf-test/RegExp.json
+++ b/test/js-perf-test/RegExp.json
@@ -36,7 +36,7 @@
"slow_replace.js",
"slow_search.js",
"slow_split.js",
- "slow_test.js",
+ "slow_test.js"
],
"results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$",
"tests": [
@@ -54,8 +54,8 @@
{"name": "SlowReplace"},
{"name": "SlowSearch"},
{"name": "SlowSplit"},
- {"name": "SlowTest"},
+ {"name": "SlowTest"}
]
- },
+ }
]
}
« no previous file with comments | « no previous file | test/js-perf-test/RegExp/RegExpTests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698