package
Version:
v0.6.6
Opens a new window with list of versions in this module.
Published: Jun 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var SimulateCmd = &cobra.Command{
Use: "simulate",
Short: "Simulate a load test",
Long: `Simulate a load test using the provided configuration and optional timeline files.`,
RunE: func(cmd *cobra.Command, args []string) error {
return runSimulate(configPaths, timelineFiles)
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.