Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 389 for BenchmarkZ (0.37 sec)

  1. src/cmd/go/testdata/script/test_regexps.txt

    # TestZ is not run
    ! stdout '^=== RUN   TestZ$'
    
    # BenchmarkX is run with N=1 once, only to discover what sub-benchmarks it has,
    # and should not print a final summary line.
    stdout -count=1 '^    x_test.go:13: LOG: X running N=1$'
    ! stdout '^\s+BenchmarkX: x_test.go:13: LOG: X running N=\d\d+'
    ! stdout 'BenchmarkX\s+\d+'
    
    # Same for BenchmarkXX.
    stdout -count=1 '^    z_test.go:18: LOG: XX running N=1$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  2. src/testing/benchmark.go

    	runBenchmarks("", matchString, benchmarks)
    }
    
    func runBenchmarks(importPath string, matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) bool {
    	// If no flag was specified, don't run benchmarks.
    	if len(*matchBenchmarks) == 0 {
    		return true
    	}
    	// Collect matching benchmarks and determine longest name.
    	maxprocs := 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  3. src/go/doc/testdata/benchmark.go

    // of go test.
    func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) {
    	// If no flag was specified, don't run benchmarks.
    	if len(*matchBenchmarks) == 0 {
    		return
    	}
    	for _, Benchmark := range benchmarks {
    		matched, err := matchString(*matchBenchmarks, Benchmark.Name)
    		if err != nil {
    			fmt.Fprintf(os.Stderr, "testing: invalid regexp for -test.bench: %s\n", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Oct 02 02:28:27 UTC 2022
    - 7.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/benchmark.h

    typedef std::function<void()> BenchmarkFn;
    
    // Benchmark runs a benchmark of the function `fn`, collecting stats in `stats`.
    // Use `options` to configure benchmarking options.
    void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats);
    
    }  // namespace benchmark
    }  // namespace tfcompile
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 11 01:20:50 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  5. docs/es/docs/benchmarks.md

    # Benchmarks
    
    Los benchmarks independientes de TechEmpower muestran aplicaciones de **FastAPI** que se ejecutan en 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">uno de los frameworks de Python más rápidos disponibles</a>, solo por debajo de Starlette y Uvicorn (utilizados internamente por FastAPI). (*)
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Feb 07 11:39:50 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. 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)
  7. docs/de/docs/benchmarks.md

    # Benchmarks
    
    Unabhängige TechEmpower-Benchmarks zeigen, **FastAPI**-Anwendungen, die unter Uvicorn ausgeführt werden, gehören zu <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">den schnellsten existierenden Python-Frameworks</a>, nur Starlette und Uvicorn selbst (intern von FastAPI verwendet) sind schneller.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 16:04:13 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/benchmark.cc

    limitations under the License.
    ==============================================================================*/
    
    // The purpose of the benchmark library is to support building an aot binary
    // with minimal dependencies, to demonstrate small binary sizes.
    //
    // KEEP THE DEPENDENCIES MINIMAL.
    
    #include "tensorflow/compiler/aot/benchmark.h"
    
    #include <sys/time.h>
    
    #include <algorithm>
    #include <string>
    #include <utility>
    #include <vector>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 12 19:45:29 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. src/log/slog/internal/benchmarks/benchmarks.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package benchmarks contains benchmarks for slog.
    //
    // These benchmarks are loosely based on github.com/uber-go/zap/benchmarks.
    // They have the following desirable properties:
    //
    //   - They test a complete log event, from the user's call to its return.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 25 12:14:46 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. 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)
Back to top