funcbench/main.go (5 lines): - line 126: StringVar(&cfg.benchFuncRegex) // TODO (geekodour) : validate regex? - line 201: // TODO (geekodour): probably post some kind of funcbench summary(?) - line 243: // TODO move it into env? since GitHub env doesn't need this check. - line 282: // TODO move the following part before 'Execute benchmark B.' into a function Benchmarker.switchToWorkTree. - line 288: // TODO (geekodour): switch to worktree remove once we decide not to support git<2.17 funcbench/bench.go (2 lines): - line 30: // TODO: Add unit test. - line 95: // TODO Switch working directory before entering this function. pkg/provider/gke/gke.go (1 line): - line 114: // TODO: Remove when the client supports an auth config option in NewDefaultClientConfig. tools/commentMonitor/client.go (1 line): - line 110: // TODO (geekodour) : We could run this in a seperate method. funcbench/env.go (1 line): - line 94: // TODO: Add unit test(!).