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

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

Issue 2521263003: [js-perf-test] Add RegExp microbenchmarks (Closed)
Patch Set: Move to own test suite 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
new file mode 100644
index 0000000000000000000000000000000000000000..c8ce3b51355951cbe05db356013291354edbdec4
--- /dev/null
+++ b/test/js-perf-test/RegExp.json
@@ -0,0 +1,61 @@
+{
+ "name": "RegExp",
+ "run_count": 3,
+ "run_count_arm": 1,
+ "run_count_arm64": 1,
+ "timeout": 120,
+ "units": "score",
+ "total": true,
+ "resources": ["base.js"],
+ "tests": [
+ {
+ "name": "RegExp",
+ "path": ["RegExp"],
+ "main": "run.js",
+ "resources": [
+ "base_ctor.js",
+ "base_exec.js",
+ "base_flags.js",
+ "base_match.js",
+ "base_replace.js",
+ "base_search.js",
+ "base_split.js",
+ "base_test.js",
+ "base.js",
+ "ctor.js",
+ "exec.js",
+ "flags.js",
+ "match.js",
+ "replace.js",
+ "search.js",
+ "split.js",
+ "test.js",
+ "slow_exec.js",
+ "slow_flags.js",
+ "slow_match.js",
+ "slow_replace.js",
+ "slow_search.js",
+ "slow_split.js",
+ "slow_test.js",
Michael Achenbach 2016/11/28 11:02:08 incorrect json. remove trailing , also below and i
jgruber 2016/11/28 12:31:42 https://codereview.chromium.org/2532013003
+ ],
+ "results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Ctor"},
+ {"name": "Exec"},
+ {"name": "Flags"},
+ {"name": "Match"},
+ {"name": "Replace"},
+ {"name": "Search"},
+ {"name": "Split"},
+ {"name": "Test"},
+ {"name": "SlowExec"},
+ {"name": "SlowFlags"},
+ {"name": "SlowMatch"},
+ {"name": "SlowReplace"},
+ {"name": "SlowSearch"},
+ {"name": "SlowSplit"},
+ {"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