sigs.k8s.io/kueue@v0.6.2/test/performance/.env.example (about) 1 # Clusterloader home directory (checkout https://github.com/kubernetes/perf-tests) 2 export CL2_HOME_DIR="/Users/johny/perf-tests/clusterloader2" 3 4 # Run the performance test with Kueue (this requires Kueue to be pre-deployed to the cluster) 5 # or without Kueue 6 export USE_KUEUE=false 7 8 # Test iterations: 9 # number-of-small-jobs number-of-large-jobs job-replica-running-time test-timeout cluster-queue-CPU-quota cluster-queue-memory-quota 10 export EXPERIMENTS=( 11 "10 2 0 2s 3m 100 100Gi" 12 "20 2 0 2s 5m 100 100Gi" 13 ) 14 15 # Kubeconfig file location 16 export KUBECONFIG="$HOME/.kube/config" 17 18 # Kubernetes kind 19 export PROVIDER="gke"