Searched refs:gitHash (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
D | perf_puppeteer_canvas.go | 36 gitHash = flag.String("git_hash", "", "Git hash this data corresponds to") 67 outputWithoutResults, err := makePerfObj(*gitHash, *taskID, os.Getenv("SWARMING_BOT_ID"), keys) 95 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error)… argument 97 if gitHash == "" { 103 rv.GitHash = gitHash
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps.go | 39 gitHash = flag.String("git_hash", "", "Git hash this data corresponds to") 71 outputWithoutResults, err := makePerfObj(*gitHash, *taskID, os.Getenv("SWARMING_BOT_ID"), keys) 100 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error)… argument 102 if gitHash == "" { 108 rv.GitHash = gitHash
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
D | perf_puppeteer_skottie_frames.go | 39 gitHash = flag.String("git_hash", "", "Git hash this data corresponds to") 71 outputWithoutResults, err := makePerfObj(*gitHash, *taskID, os.Getenv("SWARMING_BOT_ID"), keys) 100 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error)… argument 102 if gitHash == "" { 108 rv.GitHash = gitHash
|
/third_party/flutter/skia/infra/wasm-common/perf/ |
D | wasm_perf_aggregator.go | 48 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested") var 175 Hash: *gitHash,
|
/third_party/skia/infra/wasm-common/perf/ |
D | wasm_perf_aggregator.go | 48 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested") var 175 Hash: *gitHash,
|
/third_party/skia/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested") var 168 GitHash: *gitHash,
|
/third_party/flutter/skia/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested") var 169 GitHash: *gitHash,
|
/third_party/skia/infra/wasm-common/gold/ |
D | wasm_gold_aggregator.go | 45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested") var 178 GitHash: *gitHash,
|
/third_party/flutter/skia/infra/wasm-common/gold/ |
D | wasm_gold_aggregator.go | 45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested") var 181 GitHash: *gitHash,
|