Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BenchmarkConfig ¶
type BenchmarkConfig struct {
	NumNodes  int
	NumGPUs   int
	NumPods   int
	PoolName  string
	Namespace string
	Timeout   time.Duration
}
    BenchmarkConfig holds benchmark configuration
type BenchmarkFixture ¶
type BenchmarkFixture struct {
	// contains filtered or unexported fields
}
    BenchmarkFixture holds pre-initialized benchmark data
func NewBenchmarkFixture ¶
func NewBenchmarkFixture( b *testing.B, config BenchmarkConfig, client client.Client, realAPIServer bool, ) *BenchmarkFixture
NewBenchmarkFixture creates and initializes a benchmark fixture
func (*BenchmarkFixture) Close ¶
func (f *BenchmarkFixture) Close()
Close cleans up the benchmark fixture
 Click to show internal directories. 
   Click to hide internal directories.