Commit Graph

19 Commits (560d3aa3409f15e3c991edd9a36b3f91c48c0e6d)

Author SHA1 Message Date
Steven Powell 4d32230e3e fix lint errors 2024-02-12 17:32:14 -08:00
Steven Powell 50e9147e4e fix lint errors 2023-03-20 12:43:07 -07:00
Steven Powell 744187868d fix linting 2022-08-08 09:29:19 -07:00
zhouguowei f60aa26c8b prbot need a strike 2022-06-27 09:50:27 +08:00
Priya Wadhwa fd506460b3 Add README for mkcmp 2021-02-26 13:00:19 -08:00
Priya Wadhwa 3d547a937f Fix Makefile rule to build bot 2020-09-22 14:00:27 -04:00
Priya Wadhwa 3f44d470eb Add performance monitor code 2020-09-22 13:54:23 -04:00
Priya Wadhwa 6147ad350d Add support for timing per log and printing out timings per log to mkcmp 2020-05-12 11:07:25 -07:00
Priya Wadhwa 3c46aa1aee fix lint 2020-04-16 12:08:28 -07:00
Priya Wadhwa 0cd476982d Add support for specifing pr when running mkcmp
This PR adds support for running:

./out/mkcmp pr://1000

which downloads the minikube binary generated by Jenkins for PR 1000 before running mkcmp.
2020-04-09 12:19:22 -07:00
Priya Wadhwa 48b5a1e493 Merge branch 'master' of github.com:kubernetes/minikube into compare 2019-12-19 11:28:11 -08:00
Priya Wadhwa 1e5aeb6aa9 Addressed review comments 2019-12-19 11:27:53 -08:00
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 f4e59d51be Add unit tests 2019-10-21 11:55:43 -07:00
Priya Wadhwa 5242dcb0b8 hook up mkcmp command to code to time 'minikube start' 2019-10-21 11:10: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