Index: test/js-perf-test/LodashTests.json |
diff --git a/test/js-perf-test/LodashTests.json b/test/js-perf-test/LodashTests.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5aa17dcf91050da943b978d097d371065a2415a8 |
--- /dev/null |
+++ b/test/js-perf-test/LodashTests.json |
@@ -0,0 +1,26 @@ |
+{ |
+ "name": "Test", |
+ "run_count": 5, |
+ "run_count_android_arm": 3, |
+ "run_count_android_arm64": 3, |
+ "timeout": 120, |
+ "units": "score", |
+ "total": true, |
+ "resources": ["base.js"], |
+ "tests": [ |
+ { |
+ "name": "Lodash", |
+ "path": ["Lodash"], |
+ "main": "run.js", |
+ "resources": [ |
+ "lodash.custom.js", |
+ "entries-lodash.js" |
+ ], |
+ "results_regexp": "^%s\\-Lodash\\(Score\\): (.+)$", |
+ "tests": [ |
+ {"name": "Entries"}, |
+ {"name": "Values"} |
+ ] |
+ } |
+ ] |
+} |