Skip to content

Commit d2b8663

Browse files
authored
feat(cpu-hog): generating binaries for cpu-hog experiment (#26)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
1 parent a7cd9db commit d2b8663

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/generate_go_binary

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Building go binaries for pod_delete experiment
2-
go build -o build/_output/pod-delete ./experiments/generic/pod-delete
2+
go build -o build/_output/pod-delete ./experiments/generic/pod-delete
3+
# Building go binaries for cpu_hog experiment
4+
go build -o build/_output/cpu-hog ./experiments/generic/cpu-hog

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
k8s.io/api v0.0.0-20190918195907-bd6ac527cfd2
3030
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
3131
k8s.io/client-go v0.0.0-20190918200256-06eb1244587a
32-
k8s.io/klog v1.0.0 // indirect
32+
k8s.io/klog v1.0.0
3333
k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c // indirect
3434
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
3535
sigs.k8s.io/controller-runtime v0.3.0 // indirect

0 commit comments

Comments
 (0)