Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 65 for runPmd (0.43 sec)

  1. pkg/test/framework/testcontext.go

    	dir, err := os.MkdirTemp(c.workDir, name)
    	if err != nil {
    		scopes.Framework.Errorf("Error creating dir: runID='%v', prefix='%s', workDir='%v', err='%v'",
    			c.suite.settings.RunID, name, c.workDir, err)
    	} else {
    		scopes.Framework.Debugf("Created a dir: runID='%v', name='%s'", c.suite.settings.RunID, dir)
    	}
    	return dir, err
    }
    
    func (c *testContext) CreateDirectoryOrFail(name string) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tools/bug-report/pkg/kubectlcmd/kubectlcmd.go

    		return "", fmt.Errorf("podExec error: %s\n\nstderr:\n%s\n\nstdout:\n%s",
    			err, util.ConsolidateLog(stderr), stdout)
    	}
    	return stdout, nil
    }
    
    // RunCmd runs the given command in kubectl, adding -n namespace if namespace is not empty.
    func (r *Runner) RunCmd(command, namespace, kubeConfig, kubeContext string, dryRun bool) (string, error) {
    	return r.Run(strings.Split(command, " "),
    		&Options{
    			Namespace:  namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 01:18:03 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testerrors/ptr_test.go

    	if pt.expensive {
    		buf, err := runcmd("1")
    		if err != nil {
    			t.Logf("%s", buf)
    			if pt.fail {
    				t.Fatalf("test marked expensive, but failed when not expensive: %v", err)
    			} else {
    				t.Errorf("failed unexpectedly with GODEBUG=cgocheck=1: %v", err)
    			}
    		}
    
    	}
    
    	cgocheck := ""
    	if pt.expensive {
    		cgocheck = "2"
    	}
    
    	buf, err := runcmd(cgocheck)
    	if pt.fail {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  4. cluster/gce/gci/node.yaml

        permissions: 0644
        owner: root
        # The GKE metadata server uses ports 987-989, so the sunrpc range should be restricted to be below.
        content: |
          options sunrpc max_resvport=986
    
    runcmd:
     - systemctl daemon-reload
     - systemctl enable kube-node-installation.service
     - systemctl enable kube-node-configuration.service
     - systemctl enable kube-container-runtime-monitor.service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 13 18:38:40 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  5. pkg/test/framework/resource/settings.go

    func DefaultSettings() *Settings {
    	return &Settings{
    		RunID:    uuid.New(),
    		MaxDumps: 10,
    	}
    }
    
    // String implements fmt.Stringer
    func (s *Settings) String() string {
    	result := ""
    
    	result += fmt.Sprintf("TestID:            						 %s\n", s.TestID)
    	result += fmt.Sprintf("RunID:             						 %s\n", s.RunID.String())
    	result += fmt.Sprintf("NoCleanup:         						 %v\n", s.NoCleanup)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. cluster/gce/gci/master.yaml

      - path: /etc/systemd/system/kubernetes.target
        permissions: 0644
        owner: root
        content: |
          [Unit]
          Description=Kubernetes
    
          [Install]
          WantedBy=multi-user.target
    
    runcmd:
     - systemctl daemon-reload
     - systemctl enable kube-bootstrap-logs-forwarder.service
     - systemctl enable kube-master-installation.service
     - systemctl enable kube-master-internal-route.service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 12 16:22:20 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/bidi/core.go

    		if t == ET {
    			// locate end of sequence
    			runStart := i
    			runEnd := s.findRunLimit(runStart, ET)
    
    			// check values at ends of sequence
    			t := s.sos
    			if runStart > 0 {
    				t = s.types[runStart-1]
    			}
    			if t != EN {
    				t = s.eos
    				if runEnd < len(s.types) {
    					t = s.types[runEnd]
    				}
    			}
    			if t == EN {
    				setTypes(s.types[runStart:runEnd], EN)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:26:23 UTC 2022
    - 29.4K bytes
    - Viewed (0)
  8. docs/tr/docs/benchmarks.md

    # Kıyaslamalar
    
    Bağımsız TechEmpower kıyaslamaları gösteriyor ki <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">en hızlı Python frameworklerinden birisi</a> olan Uvicorn ile çalıştırılan **FastAPI** uygulamaları, sadece Starlette ve Uvicorn'dan daha düşük sıralamada (FastAPI bu frameworklerin üzerine kurulu) yer alıyor. (*)
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 14:10:30 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. docs/em/docs/benchmarks.md

    # 📇
    
    🔬 🇸🇲 📇 🎦 **FastAPI** 🈸 🏃‍♂ 🔽 Uvicorn <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">1️⃣ ⏩ 🐍 🛠️ 💪</a>, 🕴 🔛 💃 &amp; Uvicorn 👫 (⚙️ 🔘 FastAPI). (*)
    
    ✋️ 🕐❔ ✅ 📇 &amp; 🔺 👆 🔜 ✔️ 📄 🤯.
    
    ## 📇 &amp; 🚅
    
    🕐❔ 👆 ✅ 📇, ⚫️ ⚠ 👀 📚 🧰 🎏 🆎 🔬 🌓.
    
    🎯, 👀 Uvicorn, 💃 &amp; FastAPI 🔬 👯‍♂️ (👪 📚 🎏 🧰).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/kernels/xla_ops.cc

          // is safe, as only TF dist-strat can produce distributed ops, and we
          // can rely on TF dist-strat invariants.
          xla::RunId run_id(0);
          run_options.set_run_id(run_id);
    
          absl::StatusOr<xla::ExecutionOutput> execution_output = RunExecutable(
              platform_info, launch_context, std::move(*execution_inputs),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top