Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for 33333 (0.04 sec)

  1. pkg/controller/nodelifecycle/scheduler/rate_limited_queue_test.go

    }
    
    func TestAddNode(t *testing.T) {
    	evictor := NewRateLimitedTimedQueue(flowcontrol.NewFakeAlwaysRateLimiter())
    	evictor.Add("first", "11111")
    	evictor.Add("second", "22222")
    	evictor.Add("third", "33333")
    
    	queuePattern := []string{"first", "second", "third"}
    	if len(evictor.queue.queue) != len(queuePattern) {
    		t.Fatalf("Queue %v should have length %d", evictor.queue.queue, len(queuePattern))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 17:40:33 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. test/chan/powser1.go

    	} else { // test
    		check(Ones, one, 5, "Ones")
    		check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1
    		check(Add(Ones, Twos), itor(3), 0, "Add Ones Twos") // 3 3 3 3 3
    		a := make([]rat, N)
    		d := Diff(Ones)
    		for i := 0; i < N; i++ {
    			a[i] = itor(int64(i + 1))
    		}
    		checka(d, a, "Diff") // 1 2 3 4 5
    		in := Integ(zero, Ones)
    		a[0] = zero // integration constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 12.7K bytes
    - Viewed (0)
  3. test/chan/powser2.go

    	} else { // test
    		check(Ones, one, 5, "Ones")
    		check(Add(Ones, Ones), itor(2), 0, "Add Ones Ones") // 1 1 1 1 1
    		check(Add(Ones, Twos), itor(3), 0, "Add Ones Twos") // 3 3 3 3 3
    		a := make([]*rat, N)
    		d := Diff(Ones)
    		for i := 0; i < N; i++ {
    			a[i] = itor(int64(i + 1))
    		}
    		checka(d, a, "Diff") // 1 2 3 4 5
    		in := Integ(zero, Ones)
    		a[0] = zero // integration constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 22:22:20 UTC 2020
    - 13.3K bytes
    - Viewed (0)
  4. pilot/pkg/model/service.go

    // and it maps to an instance with IP 172.16.0.1, such that connections to
    // port 80 are forwarded to port 55446, and connections to port 8080 are
    // forwarded to port 33333,
    //
    // then internally, we have two endpoint structs for the
    // service catalog.mystore.com
    //
    //	--> 172.16.0.1:55446 (with ServicePort pointing to 80) and
    //	--> 172.16.0.1:33333 (with ServicePort pointing to 8080)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/math/StatsTesting.java

          (11.0 - INTEGER_MANY_VALUES_MEAN) * (11.0 - INTEGER_MANY_VALUES_MEAN)
              + (-22.0 - INTEGER_MANY_VALUES_MEAN) * (-22.0 - INTEGER_MANY_VALUES_MEAN)
              + (3333.0 - INTEGER_MANY_VALUES_MEAN) * (3333.0 - INTEGER_MANY_VALUES_MEAN)
              + (-4444.0 - INTEGER_MANY_VALUES_MEAN) * (-4444.0 - INTEGER_MANY_VALUES_MEAN)
              + (555555.0 - INTEGER_MANY_VALUES_MEAN) * (555555.0 - INTEGER_MANY_VALUES_MEAN);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Nov 09 22:49:56 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  6. pkg/controller/deployment/progress_test.go

    			status:   newDeploymentStatus(3, 3, 2),
    			expected: time.Duration(-1),
    		},
    		{
    			name:     "complete deployment does not need to be requeued",
    			d:        currentDeployment(&pds, 3, 3, 3, 3, nil),
    			status:   newDeploymentStatus(3, 3, 3),
    			expected: time.Duration(-1),
    		},
    		{
    			name:     "already failed deployment does not need to be requeued",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. docs/en/docs/img/deployment/https/https03.drawio

                        <mxGeometry x="530" y="545" width="270" height="70" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 12.3K bytes
    - Viewed (0)
  8. docs/en/docs/img/deployment/https/https04.drawio

                        <mxGeometry x="530" y="545" width="270" height="70" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 14K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/quantization.mlir

    // CHECK-NEXT:        scale: [ 0.007812 ],
    // CHECK-NEXT:        zero_point: [ 128 ]
    // CHECK-NEXT:      },
    // CHECK-NEXT:      has_rank: true
    // CHECK-NEXT:    }, {
    // CHECK-NEXT:      shape: [ 32, 3, 3, 3 ],
    // CHECK-NEXT:      type: UINT8,
    // CHECK-NEXT:      buffer: 4,
    // CHECK-NEXT:      name: "tfl.pseudo_qconst",
    // CHECK-NEXT:      quantization: {
    // CHECK-NEXT:        scale: [ 0.021827 ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 11.9K bytes
    - Viewed (0)
  10. pilot/pkg/xds/mesh_network_test.go

    				Ports: []corev1.ServicePort{{Port: 15443, Protocol: corev1.ProtocolTCP}},
    			},
    			Status: corev1.ServiceStatus{
    				LoadBalancer: corev1.LoadBalancerStatus{Ingress: []corev1.LoadBalancerIngress{{IP: "3.3.3.3"}}},
    			},
    		}, metav1.CreateOptions{})
    		if err != nil {
    			t.Fatal(err)
    		}
    		if err := retry.Until(func() bool {
    			return len(s.PushContext().NetworkManager().GatewaysForNetwork("network-1")) == 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top