Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.2.0
type Options struct {
Index int // Current node index (0-based)
Total int // Total number of nodes
GroupBy string // Grouping strategy: "none" or "package"
Cache *timing.Cache // Optional timing cache for weighted splitting
}
Options configures how tests are split across nodes.
type Result ¶ added in v0.2.1
type Result struct {
Index int // Node index
Total int // Total nodes
Tests []finder.TestInfo // Tests assigned to this node
EstimatedDuration time.Duration // Estimated total duration
PackageCounts map[string]int // Test count per package
PackageDurations map[string]time.Duration // Duration per package
}
Result contains the outcome of splitting tests for a node.
Click to show internal directories.
Click to hide internal directories.