Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,392 for perG (0.04 sec)

  1. src/sync/map_bench_test.go

    			}
    		},
    
    		perG: func(b *testing.B, pb *testing.PB, i int, m mapInterface) {
    			for ; pb.Next(); i++ {
    				m.LoadOrStore(i, i)
    			}
    		},
    	})
    }
    
    func BenchmarkLoadOrStoreCollision(b *testing.B) {
    	benchMap(b, bench{
    		setup: func(_ *testing.B, m mapInterface) {
    			m.LoadOrStore(0, 0)
    		},
    
    		perG: func(b *testing.B, pb *testing.PB, i int, m mapInterface) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 01 15:34:22 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. cmd/perf-tests.go

    		Downloads:     totalBytesRead,
    		UploadTimes:   uploadTimes,
    		DownloadTimes: downloadTimes,
    		DownloadTTFB:  downloadTTFB,
    		Error:         retError,
    	}, nil
    }
    
    // To collect RX stats during "mc support perf net"
    // RXSample holds the RX bytes for the duration between
    // the last peer to connect and the first peer to disconnect.
    // This is to improve the RX throughput accuracy.
    type netPerfRX struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. test/chan/perm.go

    Robert Griesemer <******@****.***> 1625880417 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 14 23:33:46 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  4. tests/integration/ambient/testdata/beta-per-port-mtls.yaml

    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: "per-port"
      annotations:
        test-suite: "beta-per-port-mtls"
    spec:
      selector:
        matchLabels:
          app: b
      mtls:
        mode: DISABLE
      portLevelMtls:
        # 8090 is the targetPort for service http(80)
        8090:
          mode: STRICT
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: "default"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 530 bytes
    - Viewed (0)
  5. releasenotes/notes/injection-perf.yaml

    John Howard <******@****.***> 1684780395 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 22 18:33:15 UTC 2023
    - 209 bytes
    - Viewed (0)
  6. releasenotes/notes/bug-report-perf.yaml

    Tony Allen <******@****.***> 1700511972 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 20 20:26:12 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-forceForConfiguration/tests/force-per-configuration.sample.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 34 bytes
    - Viewed (0)
  8. cmd/metrics-resource.go

    				if hm.CPU.CPUCount > 0 {
    					perc := math.Round(ls.Load1*100*100/float64(hm.CPU.CPUCount)) / 100
    					updateResourceMetrics(cpuSubsystem, cpuLoad1Perc, perc, labels, false)
    					perc = math.Round(ls.Load5*100*100/float64(hm.CPU.CPUCount)) / 100
    					updateResourceMetrics(cpuSubsystem, cpuLoad5Perc, perc, labels, false)
    					perc = math.Round(ls.Load15*100*100/float64(hm.CPU.CPUCount)) / 100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 17 15:15:13 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/lockedfile/lockedfile_plan9.go

    		if strings.Contains(s, frag) {
    			return true
    		}
    	}
    
    	return false
    }
    
    func openFile(name string, flag int, perm fs.FileMode) (*os.File, error) {
    	// Plan 9 uses a mode bit instead of explicit lock/unlock syscalls.
    	//
    	// Per http://man.cat-v.org/plan_9/5/stat: “Exclusive use files may be open
    	// for I/O by only one fid at a time across all clients of the server. If a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/ca/stopwords.txt

    molt
    molta
    moltes
    molts
    mon
    mons
    n'he
    n'hi
    ne
    ni
    no
    nogensmenys
    només
    nosaltres
    nostra
    nostre
    nostres
    o
    oh
    oi
    on
    pas
    pel
    pels
    per
    però
    perquè
    poc 
    poca
    pocs
    poques
    potser
    propi
    qual
    quals
    quan
    quant 
    que
    què
    quelcom
    qui
    quin
    quina
    quines
    quins
    s'ha
    s'han
    sa
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.3K bytes
    - Viewed (0)
Back to top