Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,565 for 50$ (0.03 sec)

  1. pkg/controller/podautoscaler/metrics/utilization_test.go

    func TestGetResourceUtilizationRatioBaseCase(t *testing.T) {
    	tc := resourceUtilizationRatioTestCase{
    		metrics: PodMetricsInfo{
    			"test-pod-0": {Value: 50}, "test-pod-1": {Value: 76},
    		},
    		requests: map[string]int64{
    			"test-pod-0": 100, "test-pod-1": 100,
    		},
    		targetUtilization:          50,
    		expectedUtilizationRatio:   1.26,
    		expectedCurrentUtilization: 63,
    		expectedRawAverageValue:    63,
    		expectedErr:                nil,
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 22 08:59:02 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_tidy_old.txt

    # in the build list. It should preserve go.mod sums for module versions that
    # are in the module graph though.
    # Verifies golang.org/issue/33008.
    go mod tidy
    ! grep '^rsc.io/quote v1.5.0 h1:' go.sum
    grep '^rsc.io/quote v1.5.0/go.mod h1:' go.sum
    
    -- go.mod --
    module m
    
    go 1.15
    
    require (
    	rsc.io/quote v1.5.2
    	example.com/r v0.0.0
    )
    
    replace example.com/r => ./r
    
    -- go.sum --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 14 21:04:12 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_ADJTIME              = 421 // { int|sys|50|adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_FUTIMES              = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
    	SYS_LUTIMES              = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_ADJTIME              = 421 // { int|sys|50|adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_FUTIMES              = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
    	SYS_LUTIMES              = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_ADJTIME              = 421 // { int|sys|50|adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_FUTIMES              = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
    	SYS_LUTIMES              = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_ADJTIME              = 421 // { int|sys|50|adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_FUTIMES              = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
    	SYS_LUTIMES              = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_386.go

    	SYS_ADJTIME              = 421 // { int|sys|50|adjtime(const struct timeval *delta, struct timeval *olddelta); }
    	SYS_FUTIMES              = 423 // { int|sys|50|futimes(int fd, const struct timeval *tptr); }
    	SYS_LUTIMES              = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_list_pseudo.txt

    go mod download github.com/dmitshur-test/modtest5@v0.0.0-20190619020302-197a620e0c9a
    go mod download github.com/dmitshur-test/modtest5@v0.5.0-alpha
    go mod download github.com/dmitshur-test/modtest5@v0.5.0-alpha.0.20190619023908-3da23a9deb9e
    cmp $GOPATH/pkg/mod/cache/download/github.com/dmitshur-test/modtest5/@v/list $WORK/modtest5.list
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  9. src/mime/testdata/test.types.globs2

    # Copyright 2021 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.
    
    
    # mime package test for globs2
    50:document/test:*.t3
    50:example/test:*.t4
    50:text/plain:*,v
    50:application/x-trash:*~
    30:example/do-not-use:*.t4
    10:example/glob-question-mark:*.foo?ar
    10:example/glob-asterisk:*.foo*r
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 13 21:01:01 UTC 2022
    - 408 bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

        }
        assertEvents(
            "R0.00, R1.38, R1.13, R0.88, R0.63, R0.50, R0.50, R0.50", // #1
            "U0.50", // #2
            "U4.00", // #3
            "R0.00, R1.38, R1.13, R0.88, R0.63, R0.50, R0.50, R0.50", // #4
            "U0.50", // #5
            "U2.00", // #6
            "R0.00, R0.50, R0.50, R0.50, R0.50, R0.50, R0.50, R0.50"); // #7
      }
    
      public void testWarmUpWithColdFactor() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
Back to top