Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 99 for wasmv3 (2.42 sec)

  1. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/stats_test.go

    // metrics when configured with the Telemetry API (with EnvoyFilters disabled).
    // This test focuses on stats filter and metadata exchange filter could work coherently with
    // proxy bootstrap config with Wasm runtime. To avoid flake, it does not verify correctness
    // of metrics, which should be covered by integration test in proxy repo.
    func TestStatsFilter(t *testing.T) {
    	expectedBuckets := DefaultBucketCount
    	framework.NewTest(t).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_compression_gzip_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. src/runtime/mkpreempt.go

    	"arm":     genARM,
    	"arm64":   genARM64,
    	"loong64": genLoong64,
    	"mips64x": func() { genMIPS(true) },
    	"mipsx":   func() { genMIPS(false) },
    	"ppc64x":  genPPC64,
    	"riscv64": genRISCV64,
    	"s390x":   genS390X,
    	"wasm":    genWasm,
    }
    var beLe = map[string]bool{"mips64x": true, "mipsx": true, "ppc64x": true}
    
    func main() {
    	flag.Parse()
    	if flag.NArg() > 0 {
    		out = os.Stdout
    		for _, arch := range flag.Args() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. src/runtime/gc_test.go

    			z []string
    		})
    		hugeSink = new(struct {
    			x float64
    			y [n]uintptr
    			z []string
    		})
    	}
    }
    
    func TestPeriodicGC(t *testing.T) {
    	if runtime.GOARCH == "wasm" {
    		t.Skip("no sysmon on wasm yet")
    	}
    
    	// Make sure we're not in the middle of a GC.
    	runtime.GC()
    
    	var ms1, ms2 runtime.MemStats
    	runtime.ReadMemStats(&ms1)
    
    	// Make periodic GC run continuously.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  7. src/internal/poll/fd_unix.go

    // Copyright 2017 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.
    
    //go:build unix || (js && wasm) || wasip1
    
    package poll
    
    import (
    	"internal/itoa"
    	"internal/syscall/unix"
    	"io"
    	"sync/atomic"
    	"syscall"
    )
    
    // FD is a file descriptor. The net and os packages use this type as a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 04:09:44 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  8. src/syscall/js/js.go

    // Copyright 2018 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.
    
    //go:build js && wasm
    
    // Package js gives access to the WebAssembly host environment when using the js/wasm architecture.
    // Its API is based on JavaScript semantics.
    //
    // This package is EXPERIMENTAL. Its current scope is only to allow tests to run, but not yet to provide a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 14:35:26 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/test/inl_test.go

    		// (*Bool).CompareAndSwap is just over budget on 32-bit systems (386, arm).
    		want["sync/atomic"] = append(want["sync/atomic"], "(*Bool).CompareAndSwap")
    	}
    
    	switch runtime.GOARCH {
    	case "386", "wasm", "arm":
    	default:
    		// TODO(mvdan): As explained in /test/inline_sync.go, some
    		// architectures don't have atomic intrinsics, so these go over
    		// the inlining budget. Move back to the main table once that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  10. src/cmd/go/internal/help/helpdoc.go

    	  feature build tags.
    	- For GOARCH=riscv64,
    	  GORISCV64=rva20u64 and rva22u64 correspond to the riscv64.rva20u64
    	  and riscv64.rva22u64 build tags.
    	- For GOARCH=wasm, GOWASM=satconv and signext
    	  correspond to the wasm.satconv and wasm.signext feature build tags.
    
    For GOARCH=amd64, arm, ppc64, ppc64le, and riscv64, a particular feature level
    sets the feature build tags for all previous levels as well.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top