Home
last modified time | relevance | path

Searched refs:nodeBinPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas.go38nodeBinPath = flag.String("node_bin_path", "", "Path to the node bin directory (should have npm …
72 nodeBinAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *nodeBinPath, "node_bin_path")
116 func setup(ctx context.Context, benchmarkPath, nodeBinPath string) error {
120 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil {
131 … context.Context, perf perfJSONFormat, benchmarkPath, canvaskitBinPath, nodeBinPath string) error {
137 args := []string{filepath.Join(nodeBinPath, "node"),
/aosp_15_r20/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go33nodeBinPath = flag.String("node_bin_path", "", "Path to the node bin directory (should have np…
61 nodeBinAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *nodeBinPath, "node_bin_path")
184 func setupTests(ctx context.Context, nodeBinPath string, testHarnessPath string) error {
188 …if _, err := exec.RunCwd(ctx, testHarnessPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != ni…
194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … argument
199 args := []string{filepath.Join(nodeBinPath, "node"),
/aosp_15_r20/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps.go41nodeBinPath = flag.String("node_bin_path", "", "Path to the node bin directory (should have npm …
76 nodeBinAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *nodeBinPath, "node_bin_path")
121 func setup(ctx context.Context, benchmarkPath, nodeBinPath string) error {
125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil {
163 …ontext, perf perfJSONFormat, benchmarkPath, canvaskitBinPath, skpsPath, nodeBinPath string) error {
198 args := []string{filepath.Join(nodeBinPath, "node"),
/aosp_15_r20/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
H A Dperf_puppeteer_skottie_frames.go41nodeBinPath = flag.String("node_bin_path", "", "Path to the node bin directory (should have npm …
76 nodeBinAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *nodeBinPath, "node_bin_path")
121 func setup(ctx context.Context, benchmarkPath, nodeBinPath string) error {
125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil {
165 …ext, perf perfJSONFormat, benchmarkPath, canvaskitBinPath, lottiesPath, nodeBinPath string) error {
210 args := []string{filepath.Join(nodeBinPath, "node"),