Commit Graph

5 Commits (39da4432c76c73c17eb89b292263a60d133bb08b)

Author SHA1 Message Date
Priya Wadhwa 108fd082b5 change name monitor to pr-bot 2019-11-07 10:48:55 -08:00
Priya Wadhwa 169c3e7479 Add skeleton for performance scanning service
This service runs in a VM and is responsible for:

1. Determining which PRs need to be analyzed
2. Running mkcmp against each PR
3. Commenting the results on the PR via minikube-bot

This PR also moves the mkcmp code into its own directory.
2019-10-29 13:53:49 -07:00
Priya Wadhwa f2900c613e fix linting error 2019-10-18 17:07:56 -07:00
Priya Wadhwa 91b744095d Fix boilerplate 2019-10-18 17:06:06 -07:00
Priya Wadhwa 484a66e082 Add skeleton for mkcmp
This PR adds a skeleton for mkcmp, a binary to compare the performance
of two versions of minikube. It adds a Makefile rule out/mkcmp which
builds the binary.
2019-10-18 16:55:58 -07:00