Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove obsolete methods
  • Loading branch information
ruflin committed Dec 21, 2023
commit 3de300c35318323c09cbb11f8dbe5c5a05380477
12 changes: 0 additions & 12 deletions internal/benchrunner/runners/system/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ type inputService struct {
Signal string `config:"signal" json:"signal"`
}

// TODO: This seems to be identical to CorporaAsset
type corporaConfig struct {
Raw map[string]interface{} `config:"raw" json:"raw"`
Path string `config:"path" json:"path"`
}

// TODO: This seems to be identical to CorporaAsset
type corporaFields struct {
Raw map[string]interface{} `config:"raw" json:"raw"`
Path string `config:"path" json:"path"`
}

func defaultConfig() *scenario {
timeout := 10 * time.Minute
return &scenario{
Expand Down