Searched refs:nodeBinPath (Results 1 – 4 of 4) sorted by relevance
/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
D | perf_puppeteer_canvas.go | 38 …nodeBinPath = 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"),
|
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps.go | 41 …nodeBinPath = 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 { 157 …ontext, perf perfJSONFormat, benchmarkPath, canvaskitBinPath, skpsPath, nodeBinPath string) error { 192 args := []string{filepath.Join(nodeBinPath, "node"),
|
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 32 …nodeBinPath = flag.String("node_bin_path", "", "Path to the node bin directory (should have np… 60 nodeBinAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *nodeBinPath, "node_bin_path") 182 func setupTests(ctx context.Context, nodeBinPath string, testHarnessPath string) error { 186 …if _, err := exec.RunCwd(ctx, testHarnessPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != ni… 192 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … argument 197 args := []string{filepath.Join(nodeBinPath, "node"),
|
/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
D | perf_puppeteer_skottie_frames.go | 40 …nodeBinPath = flag.String("node_bin_path", "", "Path to the node bin directory (should have npm … 75 nodeBinAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *nodeBinPath, "node_bin_path") 120 func setup(ctx context.Context, benchmarkPath, nodeBinPath string) error { 124 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 137 …ext, perf perfJSONFormat, benchmarkPath, canvaskitBinPath, lottiesPath, nodeBinPath string) error { 173 args := []string{filepath.Join(nodeBinPath, "node"),
|