| OLD | NEW |
| 1 { | 1 { |
| 2 "Android MotoE Perf": { | 2 "Android MotoE Perf": { |
| 3 "scripts": [ | 3 "scripts": [ |
| 4 { | 4 { |
| 5 "name": "host_info", | 5 "name": "host_info", |
| 6 "script": "host_info.py" | 6 "script": "host_info.py" |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "args": [ | 9 "args": [ |
| 10 "gpu_perftests" | 10 "gpu_perftests" |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 }, | 156 }, |
| 157 "Linux Perf (3)": { | 157 "Linux Perf (3)": { |
| 158 "scripts": [ | 158 "scripts": [ |
| 159 { | 159 { |
| 160 "args": [ | 160 "args": [ |
| 161 "cc_perftests", | 161 "cc_perftests", |
| 162 "--test-launcher-print-test-stdio=always" | 162 "--test-launcher-print-test-stdio=always" |
| 163 ], | 163 ], |
| 164 "name": "cc_perftests", | 164 "name": "cc_perftests", |
| 165 "script": "gtest_perf_test.py" | 165 "script": "gtest_perf_test.py" |
| 166 }, |
| 167 { |
| 168 "args": [ |
| 169 "load_library_perf_tests", |
| 170 "--test-launcher-print-test-stdio=always" |
| 171 ], |
| 172 "name": "load_library_perf_tests", |
| 173 "script": "gtest_perf_test.py" |
| 166 } | 174 } |
| 167 ] | 175 ] |
| 168 }, | 176 }, |
| 169 "Mac 10.8 Perf (1)": { | 177 "Mac 10.8 Perf (1)": { |
| 170 "scripts": [ | 178 "scripts": [ |
| 171 { | 179 { |
| 172 "args": [ | 180 "args": [ |
| 173 "gpu_perftests", | 181 "gpu_perftests", |
| 174 "--test-launcher-print-test-stdio=always" | 182 "--test-launcher-print-test-stdio=always" |
| 175 ], | 183 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 191 { | 199 { |
| 192 "args": [ | 200 "args": [ |
| 193 "performance_browser_tests", | 201 "performance_browser_tests", |
| 194 "--test-launcher-print-test-stdio=always", | 202 "--test-launcher-print-test-stdio=always", |
| 195 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 203 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 196 "--test-launcher-jobs=1", | 204 "--test-launcher-jobs=1", |
| 197 "--enable-gpu" | 205 "--enable-gpu" |
| 198 ], | 206 ], |
| 199 "name": "performance_browser_tests", | 207 "name": "performance_browser_tests", |
| 200 "script": "gtest_perf_test.py" | 208 "script": "gtest_perf_test.py" |
| 209 }, |
| 210 { |
| 211 "args": [ |
| 212 "load_library_perf_tests", |
| 213 "--test-launcher-print-test-stdio=always" |
| 214 ], |
| 215 "name": "load_library_perf_tests", |
| 216 "script": "gtest_perf_test.py" |
| 201 } | 217 } |
| 202 ] | 218 ] |
| 203 }, | 219 }, |
| 204 "Mac 10.9 Perf (1)": { | 220 "Mac 10.9 Perf (1)": { |
| 205 "scripts": [ | 221 "scripts": [ |
| 206 { | 222 { |
| 207 "args": [ | 223 "args": [ |
| 208 "gpu_perftests", | 224 "gpu_perftests", |
| 209 "--test-launcher-print-test-stdio=always" | 225 "--test-launcher-print-test-stdio=always" |
| 210 ], | 226 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 226 { | 242 { |
| 227 "args": [ | 243 "args": [ |
| 228 "performance_browser_tests", | 244 "performance_browser_tests", |
| 229 "--test-launcher-print-test-stdio=always", | 245 "--test-launcher-print-test-stdio=always", |
| 230 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 246 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 231 "--test-launcher-jobs=1", | 247 "--test-launcher-jobs=1", |
| 232 "--enable-gpu" | 248 "--enable-gpu" |
| 233 ], | 249 ], |
| 234 "name": "performance_browser_tests", | 250 "name": "performance_browser_tests", |
| 235 "script": "gtest_perf_test.py" | 251 "script": "gtest_perf_test.py" |
| 252 }, |
| 253 { |
| 254 "args": [ |
| 255 "load_library_perf_tests", |
| 256 "--test-launcher-print-test-stdio=always" |
| 257 ], |
| 258 "name": "load_library_perf_tests", |
| 259 "script": "gtest_perf_test.py" |
| 236 } | 260 } |
| 237 ] | 261 ] |
| 238 }, | 262 }, |
| 239 "Win 7 ATI GPU Perf (2)": { | 263 "Win 7 ATI GPU Perf (2)": { |
| 240 "scripts": [ | 264 "scripts": [ |
| 241 { | 265 { |
| 242 "args": [ | 266 "args": [ |
| 243 "angle_perftests", | 267 "angle_perftests", |
| 244 "--test-launcher-print-test-stdio=always", | 268 "--test-launcher-print-test-stdio=always", |
| 245 "--test-launcher-jobs=1" | 269 "--test-launcher-jobs=1" |
| 246 ], | 270 ], |
| 247 "name": "angle_perftests", | 271 "name": "angle_perftests", |
| 248 "script": "gtest_perf_test.py" | 272 "script": "gtest_perf_test.py" |
| 249 }, | 273 }, |
| 250 { | 274 { |
| 251 "args": [ | 275 "args": [ |
| 252 "performance_browser_tests", | 276 "performance_browser_tests", |
| 253 "--test-launcher-print-test-stdio=always", | 277 "--test-launcher-print-test-stdio=always", |
| 254 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 278 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 255 "--test-launcher-jobs=1", | 279 "--test-launcher-jobs=1", |
| 256 "--enable-gpu" | 280 "--enable-gpu" |
| 257 ], | 281 ], |
| 258 "name": "performance_browser_tests", | 282 "name": "performance_browser_tests", |
| 259 "script": "gtest_perf_test.py" | 283 "script": "gtest_perf_test.py" |
| 284 }, |
| 285 { |
| 286 "args": [ |
| 287 "load_library_perf_tests", |
| 288 "--test-launcher-print-test-stdio=always" |
| 289 ], |
| 290 "name": "load_library_perf_tests", |
| 291 "script": "gtest_perf_test.py" |
| 260 } | 292 } |
| 261 ] | 293 ] |
| 262 }, | 294 }, |
| 263 "Win 7 Intel GPU Perf": { | 295 "Win 7 Intel GPU Perf": { |
| 264 "scripts": [ | 296 "scripts": [ |
| 265 { | 297 { |
| 266 "args": [ | 298 "args": [ |
| 267 "angle_perftests", | 299 "angle_perftests", |
| 268 "--test-launcher-print-test-stdio=always", | 300 "--test-launcher-print-test-stdio=always", |
| 269 "--test-launcher-jobs=1" | 301 "--test-launcher-jobs=1" |
| 270 ], | 302 ], |
| 271 "name": "angle_perftests", | 303 "name": "angle_perftests", |
| 272 "script": "gtest_perf_test.py" | 304 "script": "gtest_perf_test.py" |
| 273 }, | 305 }, |
| 274 { | 306 { |
| 275 "args": [ | 307 "args": [ |
| 276 "performance_browser_tests", | 308 "performance_browser_tests", |
| 277 "--test-launcher-print-test-stdio=always", | 309 "--test-launcher-print-test-stdio=always", |
| 278 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 310 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 279 "--test-launcher-jobs=1", | 311 "--test-launcher-jobs=1", |
| 280 "--enable-gpu" | 312 "--enable-gpu" |
| 281 ], | 313 ], |
| 282 "name": "performance_browser_tests", | 314 "name": "performance_browser_tests", |
| 283 "script": "gtest_perf_test.py" | 315 "script": "gtest_perf_test.py" |
| 316 }, |
| 317 { |
| 318 "args": [ |
| 319 "load_library_perf_tests", |
| 320 "--test-launcher-print-test-stdio=always" |
| 321 ], |
| 322 "name": "load_library_perf_tests", |
| 323 "script": "gtest_perf_test.py" |
| 284 } | 324 } |
| 285 ] | 325 ] |
| 286 }, | 326 }, |
| 287 "Win 7 Low-End Perf (2)": { | 327 "Win 7 Low-End Perf (2)": { |
| 288 "scripts": [ | 328 "scripts": [ |
| 289 { | 329 { |
| 290 "args": [ | 330 "args": [ |
| 291 "performance_browser_tests", | 331 "performance_browser_tests", |
| 292 "--test-launcher-print-test-stdio=always", | 332 "--test-launcher-print-test-stdio=always", |
| 293 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 333 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 294 "--test-launcher-jobs=1", | 334 "--test-launcher-jobs=1", |
| 295 "--enable-gpu" | 335 "--enable-gpu" |
| 296 ], | 336 ], |
| 297 "name": "performance_browser_tests", | 337 "name": "performance_browser_tests", |
| 298 "script": "gtest_perf_test.py" | 338 "script": "gtest_perf_test.py" |
| 339 }, |
| 340 { |
| 341 "args": [ |
| 342 "load_library_perf_tests", |
| 343 "--test-launcher-print-test-stdio=always" |
| 344 ], |
| 345 "name": "load_library_perf_tests", |
| 346 "script": "gtest_perf_test.py" |
| 299 } | 347 } |
| 300 ] | 348 ] |
| 301 }, | 349 }, |
| 302 "Win 7 Nvidia GPU Perf (2)": { | 350 "Win 7 Nvidia GPU Perf (2)": { |
| 303 "scripts": [ | 351 "scripts": [ |
| 304 { | 352 { |
| 305 "args": [ | 353 "args": [ |
| 306 "angle_perftests", | 354 "angle_perftests", |
| 307 "--test-launcher-print-test-stdio=always", | 355 "--test-launcher-print-test-stdio=always", |
| 308 "--test-launcher-jobs=1" | 356 "--test-launcher-jobs=1" |
| 309 ], | 357 ], |
| 310 "name": "angle_perftests", | 358 "name": "angle_perftests", |
| 311 "script": "gtest_perf_test.py" | 359 "script": "gtest_perf_test.py" |
| 312 }, | 360 }, |
| 313 { | 361 { |
| 314 "args": [ | 362 "args": [ |
| 315 "performance_browser_tests", | 363 "performance_browser_tests", |
| 316 "--test-launcher-print-test-stdio=always", | 364 "--test-launcher-print-test-stdio=always", |
| 317 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 365 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 318 "--test-launcher-jobs=1", | 366 "--test-launcher-jobs=1", |
| 319 "--enable-gpu" | 367 "--enable-gpu" |
| 320 ], | 368 ], |
| 321 "name": "performance_browser_tests", | 369 "name": "performance_browser_tests", |
| 322 "script": "gtest_perf_test.py" | 370 "script": "gtest_perf_test.py" |
| 371 }, |
| 372 { |
| 373 "args": [ |
| 374 "load_library_perf_tests", |
| 375 "--test-launcher-print-test-stdio=always" |
| 376 ], |
| 377 "name": "load_library_perf_tests", |
| 378 "script": "gtest_perf_test.py" |
| 323 } | 379 } |
| 324 ] | 380 ] |
| 325 }, | 381 }, |
| 326 "Win 7 Perf (3)": { | 382 "Win 7 Perf (3)": { |
| 327 "scripts": [ | 383 "scripts": [ |
| 328 { | 384 { |
| 329 "args": [ | 385 "args": [ |
| 330 "performance_browser_tests", | 386 "performance_browser_tests", |
| 331 "--test-launcher-print-test-stdio=always", | 387 "--test-launcher-print-test-stdio=always", |
| 332 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 388 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 333 "--test-launcher-jobs=1", | 389 "--test-launcher-jobs=1", |
| 334 "--enable-gpu" | 390 "--enable-gpu" |
| 335 ], | 391 ], |
| 336 "name": "performance_browser_tests", | 392 "name": "performance_browser_tests", |
| 337 "script": "gtest_perf_test.py" | 393 "script": "gtest_perf_test.py" |
| 394 }, |
| 395 { |
| 396 "args": [ |
| 397 "load_library_perf_tests", |
| 398 "--test-launcher-print-test-stdio=always" |
| 399 ], |
| 400 "name": "load_library_perf_tests", |
| 401 "script": "gtest_perf_test.py" |
| 338 } | 402 } |
| 339 ] | 403 ] |
| 340 }, | 404 }, |
| 341 "Win 7 x64 Perf (2)": { | 405 "Win 7 x64 Perf (2)": { |
| 342 "scripts": [ | 406 "scripts": [ |
| 343 { | 407 { |
| 344 "args": [ | 408 "args": [ |
| 345 "performance_browser_tests", | 409 "performance_browser_tests", |
| 346 "--test-launcher-print-test-stdio=always", | 410 "--test-launcher-print-test-stdio=always", |
| 347 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 411 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 348 "--test-launcher-jobs=1", | 412 "--test-launcher-jobs=1", |
| 349 "--enable-gpu" | 413 "--enable-gpu" |
| 350 ], | 414 ], |
| 351 "name": "performance_browser_tests", | 415 "name": "performance_browser_tests", |
| 352 "script": "gtest_perf_test.py" | 416 "script": "gtest_perf_test.py" |
| 417 }, |
| 418 { |
| 419 "args": [ |
| 420 "load_library_perf_tests", |
| 421 "--test-launcher-print-test-stdio=always" |
| 422 ], |
| 423 "name": "load_library_perf_tests", |
| 424 "script": "gtest_perf_test.py" |
| 353 } | 425 } |
| 354 ] | 426 ] |
| 355 }, | 427 }, |
| 356 "Win 8 Perf (2)": { | 428 "Win 8 Perf (2)": { |
| 357 "scripts": [] | 429 "scripts": [ |
| 430 { |
| 431 "args": [ |
| 432 "load_library_perf_tests", |
| 433 "--test-launcher-print-test-stdio=always" |
| 434 ], |
| 435 "name": "load_library_perf_tests", |
| 436 "script": "gtest_perf_test.py" |
| 437 } |
| 438 ] |
| 358 } | 439 } |
| 359 } | 440 } |
| OLD | NEW |