Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for Xeon (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/metrics/metrics.go

    		// github.com/DangerOnTheRanger/cel-benchmark performed on 16-core Intel Xeon
    		// the lowest bucket was based around the 180ns/op figure for BenchmarkAccess,
    		// plus some additional leeway to account for the apiserver doing other things
    		// the largest bucket was chosen based on the fact that benchmarks indicate the
    		// same Xeon running a CEL expression close to the estimated cost limit takes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/topology/topology_test.go

    					78: {CoreID: 38, SocketID: 1, NUMANodeID: 3},
    					79: {CoreID: 39, SocketID: 1, NUMANodeID: 3},
    				},
    			},
    			wantErr: false,
    		},
    		{
    
    			// FAKE Topology from dual xeon gold 6230
    			// (see: dual xeon gold 6230).
    			// We flip NUMA cells and Sockets to exercise the code.
    			// TODO(fromanirh): replace with a real-world topology
    			// once we find a suitable one.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 31.7K bytes
    - Viewed (0)
  3. pkg/registry/core/service/ipallocator/bitmap_test.go

    			}
    			if got := calculateRangeOffset(cidr); got != tt.want {
    				t.Errorf("DynamicRangeOffset() = %v, want %v", got, tt.want)
    			}
    		})
    	}
    }
    
    // cpu: Intel(R) Xeon(R) CPU E5-2678 v3 @ 2.50GHz
    // BenchmarkAllocateNextIPv4
    // BenchmarkAllocateNextIPv4-24    	 1175304	       870.9 ns/op	    1337 B/op	      11 allocs/op
    func BenchmarkAllocateNextIPv4Size1048574(b *testing.B) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 25 20:32:40 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  4. src/math/big/natconv.go

    		s[i] = '0'
    	}
    }
    
    // Split blocks greater than leafSize Words (or set to 0 to disable recursive conversion)
    // Benchmark and configure leafSize using: go test -bench="Leaf"
    //
    //	8 and 16 effective on 3.0 GHz Xeon "Clovertown" CPU (128 byte cache lines)
    //	8 and 16 effective on 2.66 GHz Core 2 Duo "Penryn" CPU
    var leafSize int = 8 // number of Word-size binary values treat as a monolithic block
    
    type divisor struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 14.6K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/cpumanager/policy_test.go

    			222: {CoreID: 55, SocketID: 3, NUMANodeID: 3},
    			162: {CoreID: 55, SocketID: 3, NUMANodeID: 3},
    			282: {CoreID: 55, SocketID: 3, NUMANodeID: 3},
    		},
    	}
    	/*
    		Topology from dual xeon gold 6230; lscpu excerpt
    		CPU(s):              80
    		On-line CPU(s) list: 0-79
    		Thread(s) per core:  2
    		Core(s) per socket:  20
    		Socket(s):           2
    		NUMA node(s):        4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    // 4 workers. This was measured on the following machines.
    //
    // * MacBookPro with a 4-core Intel Core i7 CPU
    // * Linux workstation with 6-core Intel Xeon CPU
    // * Linux workstation with 24-core Intel Xeon CPU
    //
    // It is very likely (though not confirmed) that this workload is limited
    // by memory bandwidth. We don't have a good way to determine the number of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. test/maplinear.go

    		}
    	})
    
    	// ~7ms on a 1.6GHz Zeon.
    	// Regression test for CL 119360043.
    	checkLinear("iface", 10000, func(n int) {
    		m := map[I]int{}
    		for i := 0; i < n; i++ {
    			m[C(i)] = 1
    		}
    	})
    
    	// ~6ms on a 1.6GHz Zeon.
    	checkLinear("int", 10000, func(n int) {
    		m := map[int]int{}
    		for i := 0; i < n; i++ {
    			m[i] = 1
    		}
    	})
    
    	// ~18ms on a 1.6GHz Zeon.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. docs/en/data/external_links.yml

    Articles: English: - author: Stephen Siegert - Neon link: https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale title: Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale - author: Kurtis Pykes - NVIDIA link: https://developer.nvidia.com/blog/building-a-machine-learning-microservice-with-fastapi/ title: Building a Machine Learning Microservice with FastAPI - author: Ravgeet Dhillon - Twilio link: https://www.tw...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. test/codegen/bits.go

    	return a, b
    }
    
    // Check generation of arm64 BIC/EON/ORN instructions
    
    func op_bic(x, y uint32) uint32 {
    	// arm64:`BIC\t`,-`AND`
    	return x &^ y
    }
    
    func op_eon(x, y, z uint32, a []uint32, n, m uint64) uint64 {
    	// arm64:`EON\t`,-`EOR`,-`MVN`
    	a[0] = x ^ (y ^ 0xffffffff)
    
    	// arm64:`EON\t`,-`EOR`,-`MVN`
    	a[1] = ^(y ^ z)
    
    	// arm64:`EON\t`,-`XOR`
    	a[2] = x ^ ^z
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/seccomp/libseccomp-golang/LICENSE

    = vendor/github.com/seccomp/libseccomp-golang licensed under: =
    
    Copyright (c) 2015 Matthew Heon <******@****.***>
    Copyright (c) 2015 Paul Moore <******@****.***>
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
    - Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 1.5K bytes
    - Viewed (0)
Back to top