Searched refs:OUTPUT_PERF (Results 1 – 2 of 2) sorted by relevance
/external/skqp/infra/bots/ |
D | gen_tasks.go | 64 OUTPUT_PERF = "perf" const 1002 …k(name, "compute_buildstats", "swarm_recipe.isolate", "", swarmDimensions(parts), nil, OUTPUT_PERF) 1035 …= kitchenTask(name, "calmbench", "calmbench.isolate", "", swarmDimensions(parts), nil, OUTPUT_PERF) 1178 task := kitchenTask(name, recipe, isolate, "", swarmDimensions(parts), nil, OUTPUT_PERF)
|
/external/skia/infra/bots/ |
D | gen_tasks.go | 63 OUTPUT_PERF = "perf" const 985 …k(name, "compute_buildstats", "swarm_recipe.isolate", "", swarmDimensions(parts), nil, OUTPUT_PERF) 1018 …= kitchenTask(name, "calmbench", "calmbench.isolate", "", swarmDimensions(parts), nil, OUTPUT_PERF) 1163 task := kitchenTask(name, recipe, isolate, "", swarmDimensions(parts), nil, OUTPUT_PERF)
|