Home
last modified time | relevance | path

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

/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
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"),
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
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 {
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/
Drun_wasm_gm_tests.go32nodeBinPath = 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/
Dperf_puppeteer_skottie_frames.go40nodeBinPath = 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"),