Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

[MTB] Sort benchmarks in scorecard #993

Merged
merged 6 commits into from
Aug 14, 2020
Merged
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
1 change: 1 addition & 0 deletions benchmarks/kubectl-mtb/pkg/benchmark/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Benchmark struct {
Status string `yaml:"status"`
PreRun func(string, *kubernetes.Clientset, *kubernetes.Clientset) error
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modify arguments to latest ones

Run func(string, *kubernetes.Clientset, *kubernetes.Clientset) error
PostRun func(types.RunOptions) error
}

// ReadConfig reads the yaml representation of struct from []file
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.