Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for runPmd (0.19 sec)

  1. src/net/net_windows_test.go

    	}
    	return addrs
    }
    
    func TestInterfaceAddrsWithNetsh(t *testing.T) {
    	checkNetsh(t)
    
    	outIPV4, err := runCmd("netsh", "interface", "ipv4", "show", "address")
    	if err != nil {
    		t.Fatal(err)
    	}
    	outIPV6, err := runCmd("netsh", "interface", "ipv6", "show", "address", "level=verbose")
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	ift, err := Interfaces()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. pkg/test/framework/integration/framework_test.go

    				subTest.Run(child.runInternal)
    			}
    		}
    	}
    	tst.runEnd = time.Now()
    }
    
    func (tst *test) timeRange() timeRange {
    	return timeRange{
    		start: tst.runStart,
    		end:   tst.cleanupEnd,
    	}
    }
    
    func (tst *test) doCheck() error {
    	// Make sure the component was closed after the test's run method exited.
    	if tst.componentCloseStart.Before(tst.runEnd) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. pkg/test/framework/suitecontext.go

    	dir, err := os.MkdirTemp(c.workDir, name)
    	if err != nil {
    		scopes.Framework.Errorf("Error creating temp dir: runID='%s', prefix='%s', workDir='%v', err='%v'",
    			c.settings.RunID, name, c.workDir, err)
    	} else {
    		scopes.Framework.Debugf("Created a temp dir: runID='%s', name='%s'", c.settings.RunID, dir)
    	}
    	return dir, err
    }
    
    // CreateTmpDirectory creates a new temporary directory with the given prefix.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  4. 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)
  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. 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)
  7. docs/pt/docs/advanced/benchmarks.md

    # Benchmarks
    
    Benchmarks independentes da TechEmpower mostram que aplicações **FastAPI** rodando com o Uvicorn como <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">um dos frameworks Python mais rápidos disponíveis</a>, ficando atrás apenas do Starlette e Uvicorn (utilizado internamente pelo FastAPI).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:11 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. docs/en/docs/benchmarks.md

    # Benchmarks
    
    Independent TechEmpower benchmarks show **FastAPI** applications running under Uvicorn as <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">one of the fastest Python frameworks available</a>, only below Starlette and Uvicorn themselves (used internally by FastAPI).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. docs/zh-hant/docs/benchmarks.md

    該工具解決的問題越簡單,其效...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 27 14:30:56 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. docs/pl/docs/index.md

        * **Sesje cookie**
        * ...i więcej.
    
    ## Wydajność
    
    Niezależne benchmarki TechEmpower pokazują, że **FastAPI** (uruchomiony na serwerze 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">jest jednym z najszybszych dostępnych Pythonowych frameworków</a>, zaraz po Starlette i Uvicorn (używanymi wewnątrznie przez FastAPI). (*)
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top