Commit 0ab5b500 authored by simonhatch's avatar simonhatch Committed by Commit bot

Enable load_library_perf_tests performance test.

BUG=392620

Review URL: https://codereview.chromium.org/1138233003

Cr-Commit-Position: refs/heads/master@{#330598}
parent 6387496e
...@@ -163,6 +163,14 @@ ...@@ -163,6 +163,14 @@
], ],
"name": "cc_perftests", "name": "cc_perftests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -198,6 +206,14 @@ ...@@ -198,6 +206,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -233,6 +249,14 @@ ...@@ -233,6 +249,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -257,6 +281,14 @@ ...@@ -257,6 +281,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -281,6 +313,14 @@ ...@@ -281,6 +313,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -296,6 +336,14 @@ ...@@ -296,6 +336,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -320,6 +368,14 @@ ...@@ -320,6 +368,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -335,6 +391,14 @@ ...@@ -335,6 +391,14 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
...@@ -350,10 +414,27 @@ ...@@ -350,10 +414,27 @@
], ],
"name": "performance_browser_tests", "name": "performance_browser_tests",
"script": "gtest_perf_test.py" "script": "gtest_perf_test.py"
},
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
} }
] ]
}, },
"Win 8 Perf (2)": { "Win 8 Perf (2)": {
"scripts": [] "scripts": [
{
"args": [
"load_library_perf_tests",
"--test-launcher-print-test-stdio=always"
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
}
]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment