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

Unified Diff: test/js-perf-test/RegExp/RegExpTests.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 | « test/js-perf-test/RegExp.json ('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/RegExp/RegExpTests.json
diff --git a/test/js-perf-test/RegExp/RegExpTests.json b/test/js-perf-test/RegExp/RegExpTests.json
index 04590e334e7d4a0b373eac9a1a4b5e43fe960022..ffb451cda3642f1be776f1fd19a3442e5417e48d 100644
--- a/test/js-perf-test/RegExp/RegExpTests.json
+++ b/test/js-perf-test/RegExp/RegExpTests.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,7 +54,7 @@
{"name": "SlowReplace"},
{"name": "SlowSearch"},
{"name": "SlowSplit"},
- {"name": "SlowTest"},
+ {"name": "SlowTest"}
]
}
]
« no previous file with comments | « test/js-perf-test/RegExp.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698